diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-28 22:36:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-28 22:36:47 +0200 |
commit | 56810da25f4d4ca53bc0581d54bd88ed9f4b7007 (patch) | |
tree | a9667a0c430c377c633725dcdff4634e7948ef3b /net-libs/libvncserver | |
parent | x11-plugins/enigmail: ppc64 stable wrt bug #729952 (diff) | |
download | gentoo-56810da25f4d4ca53bc0581d54bd88ed9f4b7007.tar.gz gentoo-56810da25f4d4ca53bc0581d54bd88ed9f4b7007.tar.bz2 gentoo-56810da25f4d4ca53bc0581d54bd88ed9f4b7007.zip |
net-libs/libvncserver: ppc64 stable wrt bug #728594
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
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 a5f53103e42b..7d90dcb34c0b 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 |