diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-20 11:44:30 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-20 11:44:30 -0500 |
commit | 3a92ed7a1a265c9fd9f1166d47874b7ace6e465e (patch) | |
tree | 877599afacd49873436d1ea73b64df37fd311b07 /net-libs/libvncserver | |
parent | sci-visualization/labplot: 2.7.0 version bump (diff) | |
download | gentoo-3a92ed7a1a265c9fd9f1166d47874b7ace6e465e.tar.gz gentoo-3a92ed7a1a265c9fd9f1166d47874b7ace6e465e.tar.bz2 gentoo-3a92ed7a1a265c9fd9f1166d47874b7ace6e465e.zip |
net-libs/libvncserver: arm64 stable (bug #699036)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.12-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r3.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r3.ebuild index 1ed92c769399..28294a522831 100644 --- a/net-libs/libvncserver/libvncserver-0.9.12-r3.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.12-r3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/LibVNC/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2+ LGPL-2.1+ BSD MIT" # no sub slot wanted (yet), see #578958 SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib" # https://bugs.gentoo.org/690202 # https://bugs.gentoo.org/435326 |