diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 05:00:08 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-06-06 05:00:08 +0000 |
commit | 361db557b0a89020b13ccae7d7903a37d916d00f (patch) | |
tree | b2c75b1f780a3687c21109c04892edb295b23755 /sys-cluster/ipvsadm | |
parent | EAPI=2; add use deps for physfs (bug #370187) (diff) | |
download | gentoo-2-361db557b0a89020b13ccae7d7903a37d916d00f.tar.gz gentoo-2-361db557b0a89020b13ccae7d7903a37d916d00f.tar.bz2 gentoo-2-361db557b0a89020b13ccae7d7903a37d916d00f.zip |
Linux-3.0 changes.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 1bc6eb77d092..449608bf7079 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.47 2011/05/18 07:25:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.48 2011/06/06 05:00:08 robbat2 Exp $ + + 06 Jun 2011; Robin H. Johnson <robbat2@gentoo.org> ipvsadm-1.21-r1.ebuild: + Linux-3.0 changes. *ipvsadm-1.26-r1 (18 May 2011) diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 964ae3be300f..f4a80d30b2ff 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.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/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.17 2010/09/17 09:39:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.18 2011/06/06 05:00:08 robbat2 Exp $ inherit linux-info @@ -22,7 +22,7 @@ IUSE="" S="${WORKDIR}/${MY_P}" pkg_setup() { - if kernel_is 2 6; then + if kernel_is -ge 2 6; then eerror "${P} does not support 2.6 kernels, please try ${PN}-1.24" die "wrong kernel version" fi |