Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/
Date: Tue, 12 Dec 2017 07:34:47
Message-Id: 1513064070.b5501b78bb4f01ca75b3806bd2c56478a1af5628.mschiff@gentoo
1 commit: b5501b78bb4f01ca75b3806bd2c56478a1af5628
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 12 07:33:40 2017 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 12 07:34:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5501b78
7
8 net-libs/ldns: remove ssl from USE
9
10 Package-Manager: Portage-2.3.17, Repoman-2.3.6
11
12 net-libs/ldns/ldns-1.7.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild b/net-libs/ldns/ldns-1.7.0-r2.ebuild
16 index 054d81a0e12..d2375c604ea 100644
17 --- a/net-libs/ldns/ldns-1.7.0-r2.ebuild
18 +++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz"
20 LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x64-solaris"
23 -IUSE="+dane doc +ecdsa gost libressl python ssl static-libs vim-syntax"
24 +IUSE="+dane doc +ecdsa gost libressl python static-libs vim-syntax"
25
26 # configure will die if ecdsa is enabled and ssl is not
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"