diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-28 22:48:05 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-28 22:48:05 +0200 |
commit | 469a98ffffb457f2b72e4cf48a2ce23473dd392c (patch) | |
tree | 9a5b7490628344dee3ecac81749efa029abea536 /net-libs/libvncserver | |
parent | app-admin/syslog-ng: Fix USE=snmp configure switch (diff) | |
download | gentoo-469a98ffffb457f2b72e4cf48a2ce23473dd392c.tar.gz gentoo-469a98ffffb457f2b72e4cf48a2ce23473dd392c.tar.bz2 gentoo-469a98ffffb457f2b72e4cf48a2ce23473dd392c.zip |
net-libs/libvncserver: ppc stable wrt bug #728594
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.13.ebuild b/net-libs/libvncserver/libvncserver-0.9.13.ebuild index 7d90dcb34c0b..679f07283945 100644 --- a/net-libs/libvncserver/libvncserver-0.9.13.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.13.ebuild @@ -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 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib" # https://bugs.gentoo.org/690202 # https://bugs.gentoo.org/435326 |