commit: 38aac32b8a18e3c0b7b188e2da2d11746ed3f077 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Fri Jul 19 09:04:13 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 19 13:26:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aac32b
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 <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12473 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild index 4723b166c75..c53f57b56df 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= )
