diff options
author | Sam James <sam@gentoo.org> | 2024-08-27 22:03:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-27 22:03:52 +0100 |
commit | bbe8696cfa06669b09fe74db6ab8cf25879c76dc (patch) | |
tree | fc1bdfedb9beaa1f2867450e18bd39f212048f71 /net-misc | |
parent | net-misc/tigervnc-xorg-module: Stabilize 1.14.0 x86, #938546 (diff) | |
download | gentoo-bbe8696cfa06669b09fe74db6ab8cf25879c76dc.tar.gz gentoo-bbe8696cfa06669b09fe74db6ab8cf25879c76dc.tar.bz2 gentoo-bbe8696cfa06669b09fe74db6ab8cf25879c76dc.zip |
net-misc/tigervnc: Stabilize 1.14.0 x86, #938546
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.14.0.ebuild b/net-misc/tigervnc/tigervnc-1.14.0.ebuild index 0df6727b830e..858119355b1a 100644 --- a/net-misc/tigervnc/tigervnc-1.14.0.ebuild +++ b/net-misc/tigervnc/tigervnc-1.14.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/" else SRC_URI+=" https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" fi LICENSE="GPL-2" |