summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-25 13:35:49 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-25 13:35:49 +0000
commit5d3aa75799510498b59f60af72f723531f2178dc (patch)
treec876ff066031c4962595bf57f185a0ee79f0d4f1 /net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild
parentFixed SRC_URI and a typo (diff)
downloadgentoo-2-5d3aa75799510498b59f60af72f723531f2178dc.tar.gz
gentoo-2-5d3aa75799510498b59f60af72f723531f2178dc.tar.bz2
gentoo-2-5d3aa75799510498b59f60af72f723531f2178dc.zip
Removed useless || dependency.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild
index 4a6bf3c7e2b2..6d5e50d10a36 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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.5.ebuild,v 1.2 2005/03/10 23:31:46 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.5.ebuild,v 1.3 2005/06/25 13:35:49 swegener Exp $
inherit eutils flag-o-matic
@@ -15,7 +15,7 @@ SLOT="0"
IUSE="ipv6 selinux"
S=${WORKDIR}/${MY_P}
DEPEND="virtual/libc
- || ( >=sys-kernel/linux-headers-2.6 sys-kernel/linux26-headers )
+ >=sys-kernel/linux-headers-2.6
>=dev-libs/openssl-0.9.6"
RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-ipsec-tools )"