diff options
author | Sam James <sam@gentoo.org> | 2023-07-25 14:44:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-25 14:44:46 +0100 |
commit | cee89684b92eab435fc00274d1eb065f254b4317 (patch) | |
tree | fb02eef505806e146c9a50b802be4ebdfdfe52d0 /net-misc/tigervnc | |
parent | net-misc/tigervnc: Stabilize 1.13.1-r3 amd64, #911184 (diff) | |
download | gentoo-cee89684b92eab435fc00274d1eb065f254b4317.tar.gz gentoo-cee89684b92eab435fc00274d1eb065f254b4317.tar.bz2 gentoo-cee89684b92eab435fc00274d1eb065f254b4317.zip |
net-misc/tigervnc: Stabilize 1.13.1-r3 x86, #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 76e5a3a5d969..e216e24bf836 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" |