diff options
author | 2023-02-16 03:30:13 +0000 | |
---|---|---|
committer | 2023-02-16 03:30:13 +0000 | |
commit | af68d007d9f653e33dde353ee5e87161266b3f0d (patch) | |
tree | dbeaf5b26ed7e8d0877730121c2e090f945cea1d /net-libs | |
parent | net-libs/libvncserver: Stabilize 0.9.14 sparc, #894652 (diff) | |
download | gentoo-af68d007d9f653e33dde353ee5e87161266b3f0d.tar.gz gentoo-af68d007d9f653e33dde353ee5e87161266b3f0d.tar.bz2 gentoo-af68d007d9f653e33dde353ee5e87161266b3f0d.zip |
net-libs/libvncserver: Stabilize 0.9.14 ppc, #894652
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.14.ebuild b/net-libs/libvncserver/libvncserver-0.9.14.ebuild index 594fd9d3fe9c..1ded832acda9 100644 --- a/net-libs/libvncserver/libvncserver-0.9.14.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.14.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+24bpp +filetransfer gcrypt gnutls ipv6 +jpeg lzo +png sasl ssl systemd +threads +zlib" # https://bugs.gentoo.org/690202 # https://bugs.gentoo.org/435326 |