gentoo-ebuilds/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.15.0.ebuild
Arthur Zamarin f120dd52ba
net-misc/tigervnc-xorg-module: Stabilize 1.15.0 ppc, #951873
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-03-24 18:24:59 +02:00

18 lines
447 B
Bash

# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XSERVER_VERSION="21.1.15"
DESCRIPTION="Metapackage for the xorg module provided by tigervnc"
HOMEPAGE="https://tigervnc.org/"
LICENSE="metapackage"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
~net-misc/tigervnc-${PV}[server]
=x11-base/xorg-server-${XSERVER_VERSION%.*}*
"