summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-12 18:43:16 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-12 18:43:16 +0000
commitc93da5afa550a427839947f13d8d39d89c8c6c31 (patch)
tree02b19fd2e7e22b85b4757c8ed47326ba59aa196e /sys-cluster/ocfs/ocfs-1.0.14.ebuild
parentRemove old version that uses check_KV, bug 150058 (diff)
downloadgentoo-2-c93da5afa550a427839947f13d8d39d89c8c6c31.tar.gz
gentoo-2-c93da5afa550a427839947f13d8d39d89c8c6c31.tar.bz2
gentoo-2-c93da5afa550a427839947f13d8d39d89c8c6c31.zip
Do not use check_KV, bug 150058
(Portage version: 2.1.2-r12)
Diffstat (limited to 'sys-cluster/ocfs/ocfs-1.0.14.ebuild')
-rw-r--r--sys-cluster/ocfs/ocfs-1.0.14.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-cluster/ocfs/ocfs-1.0.14.ebuild b/sys-cluster/ocfs/ocfs-1.0.14.ebuild
index 542d3b453ede..4d3628102e85 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-2005 Gentoo Foundation
+# Copyright 1999-2007 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.1 2005/03/10 14:39:40 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ocfs-1.0.14.ebuild,v 1.2 2007/04/12 18:43:16 genstef Exp $
inherit linux-mod
@@ -22,14 +22,11 @@ pkg_setup() {
}
src_compile() {
- check_KV
- set_arch_to_kernel
-
local myconf
use aio && myconf="--enable-aio=yes" || myconf="--enable-aio=no"
econf \
- --with-kernel=${KERNEL_DIR} \
+ --with-kernel=${KV_DIR} \
${myconf} \
|| die