Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/
Date: Wed, 23 Sep 2015 02:40:01
Message-Id: 1442975825.c7c7949830cc0bd1022e4f1dc8efe374ada818e7.vapier@gentoo
1 commit: c7c7949830cc0bd1022e4f1dc8efe374ada818e7
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 02:37:05 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 02:37:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c79498
7
8 net-misc/wget: fix REQUIRED_USE set up #561218
9
10 net-misc/wget/wget-1.16.3-r2.ebuild | 8 +++++---
11 1 file changed, 5 insertions(+), 3 deletions(-)
12
13 diff --git a/net-misc/wget/wget-1.16.3-r2.ebuild b/net-misc/wget/wget-1.16.3-r2.ebuild
14 index 8d81704..91c2436 100644
15 --- a/net-misc/wget/wget-1.16.3-r2.ebuild
16 +++ b/net-misc/wget/wget-1.16.3-r2.ebuild
17 @@ -15,7 +15,11 @@ LICENSE="GPL-3"
18 SLOT="0"
19 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
20 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
21 -REQUIRED_USE="?? ( gnutls libressl )"
22 +REQUIRED_USE="
23 + ntlm? ( !gnutls ssl )
24 + libressl? ( !gnutls ssl )
25 + gnutls? ( !libressl ssl )
26 +"
27
28 LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
29 pcre? ( dev-libs/libpcre[static-libs(+)] )
30 @@ -40,8 +44,6 @@ DEPEND="${RDEPEND}
31 )
32 nls? ( sys-devel/gettext )"
33
34 -REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
35 -
36 DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
37
38 pkg_setup() {