Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/
Date: Mon, 19 Nov 2018 01:30:41
Message-Id: 1542591025.b680cfebba33934bb3bc467116735e7e92becab4.whissi@gentoo
1 commit: b680cfebba33934bb3bc467116735e7e92becab4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 19 01:30:25 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 19 01:30:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b680cfeb
7
8 net-libs/ldns: add subslot operator on dev-libs/openssl atom
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/ldns/ldns-1.7.0-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/ldns/ldns-1.7.0-r2.ebuild b/net-libs/ldns/ldns-1.7.0-r2.ebuild
17 index 3a6c156757c..0ce9c246090 100644
18 --- a/net-libs/ldns/ldns-1.7.0-r2.ebuild
19 +++ b/net-libs/ldns/ldns-1.7.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -21,9 +21,9 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27 RDEPEND="
28 python? ( ${PYTHON_DEPS} )
29 ecdsa? (
30 - !libressl? ( >=dev-libs/openssl-1.0.1e:0[-bindist,${MULTILIB_USEDEP}] )
31 + !libressl? ( >=dev-libs/openssl-1.0.1e:0=[-bindist,${MULTILIB_USEDEP}] )
32 )
33 - !libressl? ( >=dev-libs/openssl-1.0.1e:0[${MULTILIB_USEDEP}] )
34 + !libressl? ( >=dev-libs/openssl-1.0.1e:0=[${MULTILIB_USEDEP}] )
35 libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
36 "
37 DEPEND="${RDEPEND}