diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-07-19 12:04:13 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-19 15:26:22 +0200 |
commit | 38aac32b8a18e3c0b7b188e2da2d11746ed3f077 (patch) | |
tree | 6e46929250e4bc88e4247dbd47576c802a69723e /net-libs/libvncserver | |
parent | www-client/firefox-bin: bump to v68.0.1 (diff) | |
download | gentoo-38aac32b8a18e3c0b7b188e2da2d11746ed3f077.tar.gz gentoo-38aac32b8a18e3c0b7b188e2da2d11746ed3f077.tar.bz2 gentoo-38aac32b8a18e3c0b7b188e2da2d11746ed3f077.zip |
net-libs/libvncserver: add REQUIRED_USE="jpeg? ( zlib )"
Closes: https://bugs.gentoo.org/690202
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/12473
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild index 4723b166c75f..c53f57b56df4 100644 --- a/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild @@ -17,9 +17,10 @@ LICENSE="GPL-2+ LGPL-2.1+ BSD MIT" SLOT="0" 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 ssl systemd +threads +zlib" +# https://bugs.gentoo.org/690202 # https://bugs.gentoo.org/435326 # https://bugs.gentoo.org/550916 -REQUIRED_USE="ssl? ( !gnutls? ( threads ) ) png? ( zlib )" +REQUIRED_USE="jpeg? ( zlib ) png? ( zlib ) ssl? ( !gnutls? ( threads ) )" DEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= ) |