diff options
author | Sam James <sam@gentoo.org> | 2023-03-09 01:09:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-09 01:09:43 +0000 |
commit | 5389686481c851f2ad027bc7c046afc279bc7347 (patch) | |
tree | f3f4466dc2743260e4a04ee037a65ea154f0d572 /net-misc/tigervnc | |
parent | net-misc/tigervnc-xorg-module: Stabilize 1.13.0 ppc, #900350 (diff) | |
download | gentoo-5389686481c851f2ad027bc7c046afc279bc7347.tar.gz gentoo-5389686481c851f2ad027bc7c046afc279bc7347.tar.bz2 gentoo-5389686481c851f2ad027bc7c046afc279bc7347.zip |
net-misc/tigervnc: Stabilize 1.13.0 ppc, #900350
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.13.0.ebuild b/net-misc/tigervnc/tigervnc-1.13.0.ebuild index 1bebb5cb2f80..0ae2d0c4ce91 100644 --- a/net-misc/tigervnc/tigervnc-1.13.0.ebuild +++ b/net-misc/tigervnc/tigervnc-1.13.0.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" |