summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <kaiowas@gentoo.org>2005-02-11 20:58:27 +0000
committerPetre Rodan <kaiowas@gentoo.org>2005-02-11 20:58:27 +0000
commit2ff2e681ccc77e8194a1857637351ced67a17d05 (patch)
tree556eb8a24c0421f3694a1a740123861e1ded11e9 /net-misc/stunnel/stunnel-4.04-r1.ebuild
parentadded contexts needed by >=apache-2.0.52-r3 - bug 81365 (diff)
downloadgentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.tar.gz
gentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.tar.bz2
gentoo-2-2ff2e681ccc77e8194a1857637351ced67a17d05.zip
added selinux RDEPEND - bug 79750
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/stunnel/stunnel-4.04-r1.ebuild')
-rw-r--r--net-misc/stunnel/stunnel-4.04-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/stunnel/stunnel-4.04-r1.ebuild b/net-misc/stunnel/stunnel-4.04-r1.ebuild
index a8e127edf25b..e866728cd15c 100644
--- a/net-misc/stunnel/stunnel-4.04-r1.ebuild
+++ b/net-misc/stunnel/stunnel-4.04-r1.ebuild
@@ -1,15 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.11 2004/07/15 03:38:18 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-4.04-r1.ebuild,v 1.12 2005/02/11 20:58:27 kaiowas Exp $
inherit eutils
-IUSE="static"
+IUSE="static selinux"
DESCRIPTION="TLS/SSL - Port Wrapper"
SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
HOMEPAGE="http://stunnel.mirt.net"
DEPEND="virtual/libc >=dev-libs/openssl-0.9.6j"
-RDEPEND=">=dev-libs/openssl-0.9.6j"
+RDEPEND=">=dev-libs/openssl-0.9.6j
+ selinux? ( sec-policy/selinux-stunnel )"
KEYWORDS="x86 sparc alpha"
LICENSE="GPL-2"
SLOT="0"