summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Zoffoli <xmerlin@gentoo.org>2006-10-15 11:43:26 +0000
committerChristian Zoffoli <xmerlin@gentoo.org>2006-10-15 11:43:26 +0000
commitf55a70079e9db7f6a59559f37f6a8561fe2f9564 (patch)
treed5c1d97c5787ffb3901da84cfe3945c1a00bcabf /sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild
parentDifferent cache dirs for PHP4/PHP5. (diff)
downloadgentoo-2-f55a70079e9db7f6a59559f37f6a8561fe2f9564.tar.gz
gentoo-2-f55a70079e9db7f6a59559f37f6a8561fe2f9564.tar.bz2
gentoo-2-f55a70079e9db7f6a59559f37f6a8561fe2f9564.zip
Removed check_KV.
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild')
-rw-r--r--sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild9
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 85a62f4b5396..e7583ec76b12 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-2006 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.11 2006/10/14 09:21:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.12 2006/10/15 11:43:26 xmerlin Exp $
inherit linux-info
@@ -25,14 +25,13 @@ S="${WORKDIR}/${MY_P}"
pkg_setup() {
if kernel_is 2 6; then
- die "${P} does not support 2.6 kernels, please try ${PN}-1.24"
+ eerror "${P} does not support 2.6 kernels, please try ${PN}-1.24"
+ die "wrong kernel version"
fi
}
-
src_compile() {
- check_KV
- make || die "error compiling source"
+ emake || die "error compiling source"
}
src_install() {