diff options
Diffstat (limited to 'net-misc/stunnel/stunnel-4.16.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-4.16.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/stunnel/stunnel-4.16.ebuild b/net-misc/stunnel/stunnel-4.16.ebuild index 68f0fa00f160..ed7f51f6b786 100644 --- a/net-misc/stunnel/stunnel-4.16.ebuild +++ b/net-misc/stunnel/stunnel-4.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.16.ebuild,v 1.2 2006/11/04 17:25:51 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.16.ebuild,v 1.3 2007/02/02 17:02:53 agriffis Exp $ inherit ssl-cert eutils flag-o-matic @@ -13,9 +13,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="ipv6 selinux tcpd" -DEPEND="virtual/libc +DEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=dev-libs/openssl-0.9.6j" -RDEPEND=">=dev-libs/openssl-0.9.6j +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-stunnel )" src_unpack() { |