Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libvncserver/
Date: Fri, 19 Jul 2019 13:26:33
Message-Id: 1563542782.38aac32b8a18e3c0b7b188e2da2d11746ed3f077.mgorny@gentoo
1 commit: 38aac32b8a18e3c0b7b188e2da2d11746ed3f077
2 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
3 AuthorDate: Fri Jul 19 09:04:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 13:26:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aac32b
7
8 net-libs/libvncserver: add REQUIRED_USE="jpeg? ( zlib )"
9
10 Closes: https://bugs.gentoo.org/690202
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
13 Closes: https://github.com/gentoo/gentoo/pull/12473
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild b/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild
20 index 4723b166c75..c53f57b56df 100644
21 --- a/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild
22 +++ b/net-libs/libvncserver/libvncserver-0.9.12-r2.ebuild
23 @@ -17,9 +17,10 @@ LICENSE="GPL-2+ LGPL-2.1+ BSD MIT"
24 SLOT="0"
25 KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
26 IUSE="+24bpp gcrypt gnutls ipv6 +jpeg libressl lzo +png sasl ssl systemd +threads +zlib"
27 +# https://bugs.gentoo.org/690202
28 # https://bugs.gentoo.org/435326
29 # https://bugs.gentoo.org/550916
30 -REQUIRED_USE="ssl? ( !gnutls? ( threads ) ) png? ( zlib )"
31 +REQUIRED_USE="jpeg? ( zlib ) png? ( zlib ) ssl? ( !gnutls? ( threads ) )"
32
33 DEPEND="
34 gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0= )