gentoo-ebuilds/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.14.1.ebuild
Sam James 982efce004
net-misc/tigervnc-xorg-module: Stabilize 1.14.1 amd64, #944970
Signed-off-by: Sam James <sam@gentoo.org>
2024-11-26 06:49:06 +00:00

18 lines
447 B
Bash

# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XSERVER_VERSION="21.1.13"
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%.*}*
"