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
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')
-rw-r--r--sys-cluster/ocfs/ChangeLog5
-rw-r--r--sys-cluster/ocfs/ocfs-1.0.14.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-cluster/ocfs/ChangeLog b/sys-cluster/ocfs/ChangeLog
index 686438087d4b..844faf8ec31a 100644
--- a/sys-cluster/ocfs/ChangeLog
+++ b/sys-cluster/ocfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/ocfs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ChangeLog,v 1.2 2007/02/09 05:57:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ocfs/ChangeLog,v 1.3 2007/04/12 18:43:16 genstef Exp $
+
+ 12 Apr 2007; Stefan Schweizer <genstef@gentoo.org> ocfs-1.0.14.ebuild:
+ Do not use check_KV, bug 150058
09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
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