diff options
author | 2005-02-11 20:58:27 +0000 | |
---|---|---|
committer | 2005-02-11 20:58:27 +0000 | |
commit | 2ff2e681ccc77e8194a1857637351ced67a17d05 (patch) | |
tree | 556eb8a24c0421f3694a1a740123861e1ded11e9 /net-misc/stunnel/stunnel-3.26.ebuild | |
parent | added contexts needed by >=apache-2.0.52-r3 - bug 81365 (diff) | |
download | gentoo-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-3.26.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild index 98632a4f8c29..87a69f092513 100644 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ b/net-misc/stunnel/stunnel-3.26.ebuild @@ -1,6 +1,6 @@ -# 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-3.26.ebuild,v 1.9 2004/10/14 14:32:48 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.10 2005/02/11 20:58:27 kaiowas Exp $ inherit eutils @@ -11,9 +11,10 @@ SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc alpha ppc ~amd64 ~ppc-macos" -IUSE="" +IUSE="selinux" -RDEPEND=">=dev-libs/openssl-0.9.6j" +RDEPEND=">=dev-libs/openssl-0.9.6j + selinux? ( sec-policy/selinux-stunnel )" DEPEND="${RDEPEND} virtual/libc" |