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-dns/unbound/
Date: Sun, 18 Nov 2018 15:27:18
Message-Id: 1542554825.6b2362eb880e096407d14ffe99da1aa6e4ea43d7.whissi@gentoo
1 commit: 6b2362eb880e096407d14ffe99da1aa6e4ea43d7
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 18 15:01:10 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 15:27:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2362eb
7
8 net-dns/unbound: 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-dns/unbound/unbound-1.8.0-r1.ebuild | 2 +-
14 net-dns/unbound/unbound-1.8.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/unbound/unbound-1.8.0-r1.ebuild b/net-dns/unbound/unbound-1.8.0-r1.ebuild
18 index db6d5e3b03b..f06bc36f2cd 100644
19 --- a/net-dns/unbound/unbound-1.8.0-r1.ebuild
20 +++ b/net-dns/unbound/unbound-1.8.0-r1.ebuild
21 @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22 CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
23 >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
24 libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
25 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
26 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
27 dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] )
28 dnstap? (
29 dev-libs/fstrm[${MULTILIB_USEDEP}]
30
31 diff --git a/net-dns/unbound/unbound-1.8.1.ebuild b/net-dns/unbound/unbound-1.8.1.ebuild
32 index 2073aa739be..fc522c10b37 100644
33 --- a/net-dns/unbound/unbound-1.8.1.ebuild
34 +++ b/net-dns/unbound/unbound-1.8.1.ebuild
35 @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
36 CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
37 >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
38 libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
39 - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
40 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] )
41 dnscrypt? ( dev-libs/libsodium[${MULTILIB_USEDEP}] )
42 dnstap? (
43 dev-libs/fstrm[${MULTILIB_USEDEP}]