diff options
author | Sam James <sam@gentoo.org> | 2023-04-14 20:55:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-14 20:55:36 +0100 |
commit | 3cd3901b016a359f90c338224f354f8e78b1dccc (patch) | |
tree | 7fb64c02faa24d3b5a44ee0b5cb66d272287dd40 /net-misc/tigervnc | |
parent | net-misc/tigervnc-xorg-module: Stabilize 1.13.1 ppc64, #904324 (diff) | |
download | gentoo-3cd3901b016a359f90c338224f354f8e78b1dccc.tar.gz gentoo-3cd3901b016a359f90c338224f354f8e78b1dccc.tar.bz2 gentoo-3cd3901b016a359f90c338224f354f8e78b1dccc.zip |
net-misc/tigervnc: Stabilize 1.13.1 ppc64, #904324
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.13.1.ebuild b/net-misc/tigervnc/tigervnc-1.13.1.ebuild index 1bebb5cb2f80..e0b70021c964 100644 --- a/net-misc/tigervnc/tigervnc-1.13.1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.13.1.ebuild @@ -17,7 +17,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" |