summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2007-02-02 17:02:53 +0000
committerAron Griffis <agriffis@gentoo.org>2007-02-02 17:02:53 +0000
commitf67c96bd82714c689199a736bebf80a95b52c19b (patch)
tree34836d7686958f1db04f3ed97f9debd70a38932f /net-misc/stunnel/stunnel-4.15.ebuild
parentKeyworded ~sparc wrt #163401 (diff)
downloadgentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.tar.gz
gentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.tar.bz2
gentoo-2-f67c96bd82714c689199a736bebf80a95b52c19b.zip
Add sys-apps/tcp-wrappers to DEPEND #154205
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'net-misc/stunnel/stunnel-4.15.ebuild')
-rw-r--r--net-misc/stunnel/stunnel-4.15.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/stunnel/stunnel-4.15.ebuild b/net-misc/stunnel/stunnel-4.15.ebuild
index cbffb30015c2..24a54fa23ff5 100644
--- a/net-misc/stunnel/stunnel-4.15.ebuild
+++ b/net-misc/stunnel/stunnel-4.15.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.15.ebuild,v 1.4 2006/07/13 20:38:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.15.ebuild,v 1.5 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 ~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() {