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.21-r1.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.21-r1.ebuild')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index d58d48089c61..79bb108aea9e 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.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.21-r1.ebuild,v 1.8 2005/01/21 18:14:37 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.9 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 ~ppc" IUSE="" pkg_setup() { - if is_2_5_kernel || is_2_6_kernel - then - die "${P} does not support 2.5 and 2.6 kernels, please try ${PN}-1.24" + if kernel_is 2 6; then + die "${P} does not support 2.6 kernels, please try ${PN}-1.24" fi } |