summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:27:31 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-06-06 00:27:31 +0000
commit6734a33325f5eb5ef78c17d53e11a174333474dd (patch)
treecdc2d99778e974a5586f8868e08da30b2286b7b9 /sys-cluster/ocfs/ocfs-1.0.14.ebuild
parentLinux-3.0 changes. (diff)
downloadhistorical-6734a33325f5eb5ef78c17d53e11a174333474dd.tar.gz
historical-6734a33325f5eb5ef78c17d53e11a174333474dd.tar.bz2
historical-6734a33325f5eb5ef78c17d53e11a174333474dd.zip
Linux-3.0 changes.
Package-Manager: portage-2.2.0_alpha37/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/ocfs/ocfs-1.0.14.ebuild')
-rw-r--r--sys-cluster/ocfs/ocfs-1.0.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/ocfs/ocfs-1.0.14.ebuild b/sys-cluster/ocfs/ocfs-1.0.14.ebuild
index 9acbac428f7e..ca2c3978bc93 100644
--- a/sys-cluster/ocfs/ocfs-1.0.14.ebuild
+++ b/sys-cluster/ocfs/ocfs-1.0.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ocfs-1.0.14.ebuild,v 1.3 2007/04/12 18:52:16 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ocfs-1.0.14.ebuild,v 1.4 2011/06/06 00:27:31 robbat2 Exp $
inherit linux-mod
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~x86"
pkg_setup() {
- if kernel_is 2 6; then
+ if kernel_is -ge 2 6; then
die "${P} supports only 2.4 kernels"
fi
}