diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-25 11:41:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-25 11:41:58 +0300 |
commit | 2027e341a77fecfcff27f107179b857b1d817157 (patch) | |
tree | 37b631afc0d410399a88f76555a101678a332e9c /net-libs | |
parent | media-radio/KochMorse: Drop 0.99.6-r1 (diff) | |
download | gentoo-2027e341a77fecfcff27f107179b857b1d817157.tar.gz gentoo-2027e341a77fecfcff27f107179b857b1d817157.tar.bz2 gentoo-2027e341a77fecfcff27f107179b857b1d817157.zip |
net-libs/libvncserver: amd64 stable wrt bug #684596
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
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 35cdde270759..ca82c1e8b784 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 )" |