diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-09 17:55:52 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2005-03-09 17:55:52 +0000 |
commit | 85204c363119f934fbbd97e22606ba34be736f9c (patch) | |
tree | 3159ec7e76c87c7da1a93be99b2060c0abf41342 /sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | |
parent | removed inherit check-kernel (diff) | |
download | historical-85204c363119f934fbbd97e22606ba34be736f9c.tar.gz historical-85204c363119f934fbbd97e22606ba34be736f9c.tar.bz2 historical-85204c363119f934fbbd97e22606ba34be736f9c.zip |
removed inherit check-kernel
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-cluster/ipvsadm/ipvsadm-1.24.ebuild')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index 715b71da8f21..a6ee4481a65f 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.9 2005/03/08 02:48:14 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.10 2005/03/09 17:55:52 xmerlin Exp $ -inherit check-kernel +inherit linux-info DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." HOMEPAGE="http://linuxvirtualserver.org" @@ -18,9 +18,8 @@ KEYWORDS="x86" IUSE="" pkg_setup() { - if is_2_4_kernel - then - die "${P} supports only 2.5 and 2.6 kernels, please try ${PN}-1.24 for 2.4 kernels" + if kernel_is 2 4; then + die "${P} supports only 2.6 kernels, please try ${PN}-1.21 for 2.4 kernels" fi } |