summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:24:56 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:24:56 +0000
commit1f4cd2fce938a25a18bb248bb8fbf29deccd021a (patch)
tree8efb697d157f6622229c2e9bd9df6043cde7802e /net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
parentLinux-3.0 changes. (diff)
downloadgentoo-2-1f4cd2fce938a25a18bb248bb8fbf29deccd021a.tar.gz
gentoo-2-1f4cd2fce938a25a18bb248bb8fbf29deccd021a.tar.bz2
gentoo-2-1f4cd2fce938a25a18bb248bb8fbf29deccd021a.zip
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild')
-rw-r--r--net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
index f7be8420f389..5951c9e8aff6 100644
--- a/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
+++ b/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.7.3.ebuild,v 1.2 2010/01/09 23:20:49 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.7.3.ebuild,v 1.3 2011/06/06 00:24:56 robbat2 Exp $
inherit eutils flag-o-matic autotools linux-info
@@ -30,7 +30,7 @@ RDEPEND="${DEPEND}
# {{{ kernel_check()
kernel_check() {
get_version
- if kernel_is 2 6 ; then
+ if kernel_is -ge 2 6 ; then
if test "${KV_PATCH}" -ge 19 ; then
# Just for kernel >=2.6.19
ebegin "Checking for suitable kernel configuration (Networking | Networking support | Networking options)"