diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 00:27:31 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 00:27:31 +0000 |
commit | 305731cef9667029a0da947e0d5d1b2f229b6224 (patch) | |
tree | 6113f979e4c82d0f030a8d4c4553bcaf42b3a5b5 /sys-cluster/ocfs | |
parent | Linux-3.0 changes. (diff) | |
download | gentoo-2-305731cef9667029a0da947e0d5d1b2f229b6224.tar.gz gentoo-2-305731cef9667029a0da947e0d5d1b2f229b6224.tar.bz2 gentoo-2-305731cef9667029a0da947e0d5d1b2f229b6224.zip |
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ocfs')
-rw-r--r-- | sys-cluster/ocfs/ChangeLog | 7 | ||||
-rw-r--r-- | sys-cluster/ocfs/ocfs-1.0.14.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-cluster/ocfs/ChangeLog b/sys-cluster/ocfs/ChangeLog index 41c503370f2d..0d3a1f230e03 100644 --- a/sys-cluster/ocfs/ChangeLog +++ b/sys-cluster/ocfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ocfs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ChangeLog,v 1.6 2010/09/11 14:21:31 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ChangeLog,v 1.7 2011/06/06 00:27:31 robbat2 Exp $ + + 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> ocfs-1.0.14.ebuild: + Linux-3.0 changes. 11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml: Drop useles maintainer line 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 } |