summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2004-09-06 20:07:53 +0000
committerTim Yamin <plasmaroo@gentoo.org>2004-09-06 20:07:53 +0000
commit7b1f672c4e32b3361abc4f67becbd39907674335 (patch)
tree47e50f1322198ba39220f3a383fe3c39347b15a7 /net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
parentSwitch to use epause and ebeep, bug #62950 (diff)
downloadhistorical-7b1f672c4e32b3361abc4f67becbd39907674335.tar.gz
historical-7b1f672c4e32b3361abc4f67becbd39907674335.tar.bz2
historical-7b1f672c4e32b3361abc4f67becbd39907674335.zip
Added an RDEPEND for sec-policy/selinux-ipsec-tools for SELinux USE flag users, bug #62902.
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
index 03864d798b05..c32d14b3cbff 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.7 2004/07/14 23:46:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.8 2004/09/06 20:07:53 plasmaroo Exp $
DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation."
HOMEPAGE="http://ipsec-tools.sourceforge.net/"
@@ -8,9 +8,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~x86 ~sparc amd64"
SLOT="0"
-IUSE=""
+IUSE="selinux"
DEPEND="virtual/libc
>=dev-libs/openssl-0.9.6"
+RDEPEND="${DEPEND}
+ selinux? ( sec-policy/selinux-ipsec-tools )"
pkg_setup() {
my_KV=`echo ${KV} | cut -f-2 -d "."`