diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 22:02:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-15 22:02:47 +0000 |
commit | 5af3326d78477287b9ed8a348464aa948eebd81b (patch) | |
tree | fd14bc352c1d17f966ebf12d770236e0e9cdf34e /net-libs | |
parent | dev-util/ruff: Fix warning (diff) | |
download | gentoo-5af3326d78477287b9ed8a348464aa948eebd81b.tar.gz gentoo-5af3326d78477287b9ed8a348464aa948eebd81b.tar.bz2 gentoo-5af3326d78477287b9ed8a348464aa948eebd81b.zip |
net-libs/libvncserver: Stabilize 0.9.14 arm64, #894652
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.14.ebuild b/net-libs/libvncserver/libvncserver-0.9.14.ebuild index 21cab9d4d577..5141d192ae55 100644 --- a/net-libs/libvncserver/libvncserver-0.9.14.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_P}" LICENSE="GPL-2 GPL-2+ LGPL-2.1+ BSD MIT" # no sub slot wanted (yet), see #578958 SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg lzo +png sasl ssl systemd +threads +zlib" # https://bugs.gentoo.org/690202 # https://bugs.gentoo.org/435326 |