diff options
author | Sam James <sam@gentoo.org> | 2023-07-25 14:44:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-25 14:44:45 +0100 |
commit | 78fe42db79951a65a55a7cb33dcc24a5af3ca095 (patch) | |
tree | 23de07133a5b231e8ff6443dc0228f3f81d872d0 /net-misc/tigervnc | |
parent | net-misc/tigervnc: Stabilize 1.13.1-r3 arm, #911184 (diff) | |
download | gentoo-78fe42db79951a65a55a7cb33dcc24a5af3ca095.tar.gz gentoo-78fe42db79951a65a55a7cb33dcc24a5af3ca095.tar.bz2 gentoo-78fe42db79951a65a55a7cb33dcc24a5af3ca095.zip |
net-misc/tigervnc: Stabilize 1.13.1-r3 amd64, #911184
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.13.1-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/tigervnc/tigervnc-1.13.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.13.1-r3.ebuild index 32773560b2b7..76e5a3a5d969 100644 --- a/net-misc/tigervnc/tigervnc-1.13.1-r3.ebuild +++ b/net-misc/tigervnc/tigervnc-1.13.1-r3.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" |