diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-10 18:01:43 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-10 18:01:43 -0400 |
commit | b4d4e24ebe32ad97617f5313e47ab9cdb460b260 (patch) | |
tree | 74b69a06e99bdd1f6b79789ce7b3faf25ccf4eb8 /net-misc/stunnel/stunnel-5.24.ebuild | |
parent | net-misc/stunnel: remove older version. (diff) | |
download | gentoo-b4d4e24ebe32ad97617f5313e47ab9cdb460b260.tar.gz gentoo-b4d4e24ebe32ad97617f5313e47ab9cdb460b260.tar.bz2 gentoo-b4d4e24ebe32ad97617f5313e47ab9cdb460b260.zip |
net-misc/stunnel: switch to openssl:0 exclusively
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-misc/stunnel/stunnel-5.24.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-5.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/stunnel/stunnel-5.24.ebuild b/net-misc/stunnel/stunnel-5.24.ebuild index 29080ccb350c..ba38b4ad468d 100644 --- a/net-misc/stunnel/stunnel-5.24.ebuild +++ b/net-misc/stunnel/stunnel-5.24.ebuild @@ -22,7 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~am IUSE="ipv6 selinux stunnel3 tcpd" DEPEND="tcpd? ( sys-apps/tcp-wrappers ) - dev-libs/openssl:=" + dev-libs/openssl:0" RDEPEND="${DEPEND} stunnel3? ( dev-lang/perl ) selinux? ( sec-policy/selinux-stunnel )" |