diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 17:56:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 18:18:56 +0200 |
commit | 0b861188428796f48574b711c254c212483314c4 (patch) | |
tree | 9aa25838a88ef1e18aa4820ee1344ada3baf8781 /net-misc/stunnel | |
parent | net-ftp/yafc: Support libressl (#565396) (diff) | |
download | gentoo-0b861188428796f48574b711c254c212483314c4.tar.gz gentoo-0b861188428796f48574b711c254c212483314c4.tar.bz2 gentoo-0b861188428796f48574b711c254c212483314c4.zip |
net-misc/stunnel: openssl and libressl deps will need slot operators for future breakages
Package-Manager: portage-2.3.1
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/stunnel-5.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stunnel/stunnel-5.36.ebuild b/net-misc/stunnel/stunnel-5.36.ebuild index 53ee300c3c49..a8a6f7d4fe1b 100644 --- a/net-misc/stunnel/stunnel-5.36.ebuild +++ b/net-misc/stunnel/stunnel-5.36.ebuild @@ -22,8 +22,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~am IUSE="ipv6 libressl selinux stunnel3 tcpd" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl )" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND} stunnel3? ( dev-lang/perl ) selinux? ( sec-policy/selinux-stunnel )" |