diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-01-26 18:29:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-01-26 18:29:42 +0000 |
commit | 183eb070759a9b72c65bff366e48725d60832803 (patch) | |
tree | 9f92067a42742d314287055c3e894e4ae0387d6b /sys-apps | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-183eb070759a9b72c65bff366e48725d60832803.tar.gz gentoo-2-183eb070759a9b72c65bff366e48725d60832803.tar.bz2 gentoo-2-183eb070759a9b72c65bff366e48725d60832803.zip |
Fix from Sven to use KV_OUT_DIR rather than KV_DIR for the built kernel object tree #197585.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/rlocate/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/rlocate/rlocate-0.5.5.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/rlocate/rlocate-0.5.6.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/sys-apps/rlocate/ChangeLog b/sys-apps/rlocate/ChangeLog index fe313bec3f6e..7cdd96b7c0aa 100644 --- a/sys-apps/rlocate/ChangeLog +++ b/sys-apps/rlocate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/rlocate -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.25 2007/10/06 13:37:56 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/ChangeLog,v 1.26 2008/01/26 18:29:42 vapier Exp $ + + 26 Jan 2008; Mike Frysinger <vapier@gentoo.org> rlocate-0.5.5.ebuild, + rlocate-0.5.6.ebuild: + Fix from Sven to use KV_OUT_DIR rather than KV_DIR for the built kernel + object tree #197585. *rlocate-0.5.6 (06 Oct 2007) diff --git a/sys-apps/rlocate/rlocate-0.5.5.ebuild b/sys-apps/rlocate/rlocate-0.5.5.ebuild index 3afe09b24e92..effcfe6e08af 100644 --- a/sys-apps/rlocate/rlocate-0.5.5.ebuild +++ b/sys-apps/rlocate/rlocate-0.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.5.ebuild,v 1.3 2007/06/02 19:01:37 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.5.ebuild,v 1.4 2008/01/26 18:29:42 vapier Exp $ inherit eutils linux-mod @@ -33,7 +33,7 @@ src_unpack() { src_compile() { econf \ - --with-kernel=${KV_DIR} \ + --with-kernel=${KV_OUT_DIR} \ --with-rlocate-group=locate \ || die emake || die diff --git a/sys-apps/rlocate/rlocate-0.5.6.ebuild b/sys-apps/rlocate/rlocate-0.5.6.ebuild index 73ef502b29d6..0e7ea84bac38 100644 --- a/sys-apps/rlocate/rlocate-0.5.6.ebuild +++ b/sys-apps/rlocate/rlocate-0.5.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild,v 1.1 2007/10/06 13:37:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rlocate/rlocate-0.5.6.ebuild,v 1.2 2008/01/26 18:29:42 vapier Exp $ inherit eutils linux-mod @@ -33,7 +33,7 @@ src_unpack() { src_compile() { econf \ - --with-kernel=${KV_DIR} \ + --with-kernel=${KV_OUT_DIR} \ --with-rlocate-group=locate \ || die emake || die |