diff options
author | Sam James <sam@gentoo.org> | 2023-04-14 20:33:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-14 20:33:16 +0100 |
commit | 341212358d0c8b9f27d8923e8251dbeb88174b0a (patch) | |
tree | c582f1a313c4f9427e1a37d4906721b4302ea89a /net-misc/tigervnc | |
parent | net-misc/tigervnc-xorg-module: Stabilize 1.13.1 amd64, #904324 (diff) | |
download | gentoo-341212358d0c8b9f27d8923e8251dbeb88174b0a.tar.gz gentoo-341212358d0c8b9f27d8923e8251dbeb88174b0a.tar.bz2 gentoo-341212358d0c8b9f27d8923e8251dbeb88174b0a.zip |
net-misc/tigervnc: Stabilize 1.13.1 amd64, #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 fc6cb7d77a07..3d4b589dc645 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" |