Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/stunnel/
Date: Sun, 09 Oct 2016 16:19:24
Message-Id: 1476029936.0b861188428796f48574b711c254c212483314c4.pacho@gentoo
1 commit: 0b861188428796f48574b711c254c212483314c4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 15:56:03 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 16:18:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b861188
7
8 net-misc/stunnel: openssl and libressl deps will need slot operators for future breakages
9
10 Package-Manager: portage-2.3.1
11
12 net-misc/stunnel/stunnel-5.36.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/stunnel/stunnel-5.36.ebuild b/net-misc/stunnel/stunnel-5.36.ebuild
16 index 53ee300..a8a6f7d 100644
17 --- a/net-misc/stunnel/stunnel-5.36.ebuild
18 +++ b/net-misc/stunnel/stunnel-5.36.ebuild
19 @@ -22,8 +22,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~am
20 IUSE="ipv6 libressl selinux stunnel3 tcpd"
21
22 DEPEND="tcpd? ( sys-apps/tcp-wrappers )
23 - !libressl? ( dev-libs/openssl:0 )
24 - libressl? ( dev-libs/libressl )"
25 + !libressl? ( dev-libs/openssl:0= )
26 + libressl? ( dev-libs/libressl:0= )"
27 RDEPEND="${DEPEND}
28 stunnel3? ( dev-lang/perl )
29 selinux? ( sec-policy/selinux-stunnel )"