diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-27 15:39:09 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-27 16:14:10 -0400 |
commit | 8f7b3f97a5bd9de3b20501e2a57b5ac508d96f2e (patch) | |
tree | 1cc95fa3c8db597170406a54d836351907d6dd27 /net-libs | |
parent | media-libs/libshout: arm64 stable (diff) | |
download | gentoo-8f7b3f97a5bd9de3b20501e2a57b5ac508d96f2e.tar.gz gentoo-8f7b3f97a5bd9de3b20501e2a57b5ac508d96f2e.tar.bz2 gentoo-8f7b3f97a5bd9de3b20501e2a57b5ac508d96f2e.zip |
net-libs/libvncserver: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.12.ebuild b/net-libs/libvncserver/libvncserver-0.9.12.ebuild index 2e5ce6d1b01b..10cbd56dcaf4 100644 --- a/net-libs/libvncserver/libvncserver-0.9.12.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.12.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" # No sub slot wanted (yet), see #578958 SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl sdl ssl static-libs systemd test +threads +zlib" REQUIRED_USE="!gnutls? ( ssl? ( threads ) ) png? ( zlib )" |