diff options
author | 2005-03-28 15:11:02 +0000 | |
---|---|---|
committer | 2005-03-28 15:11:02 +0000 | |
commit | 5c3ec41056ef5ca41035a614808cf6db650ea477 (patch) | |
tree | 91a54c4a2130f85a95849a67fc598b2ed011fb02 /sys-fs/submount | |
parent | Temporal asianfont pack corresponding to Acroread 7; bug #86181. Thanks to Ka... (diff) | |
download | historical-5c3ec41056ef5ca41035a614808cf6db650ea477.tar.gz historical-5c3ec41056ef5ca41035a614808cf6db650ea477.tar.bz2 historical-5c3ec41056ef5ca41035a614808cf6db650ea477.zip |
Fix 2.4 kernel compile: BUILD_TARGETS="default" -> BUILD_TARGETS=" " thanks to Emilio <emilio@pink-panther-marburg.de> in bug 86650
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'sys-fs/submount')
-rw-r--r-- | sys-fs/submount/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/submount/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/submount/submount-0.9-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/submount/ChangeLog b/sys-fs/submount/ChangeLog index 1c06a3d4e51f..7348ce797a60 100644 --- a/sys-fs/submount/ChangeLog +++ b/sys-fs/submount/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/submount # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.16 2005/03/28 11:48:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/ChangeLog,v 1.17 2005/03/28 15:11:02 genstef Exp $ + + 28 Mar 2005; Stefan Schweizer <genstef@gentoo.org> submount-0.9-r2.ebuild: + Fix 2.4 kernel compile: BUILD_TARGETS="default" -> BUILD_TARGETS=" " thanks + to Emilio <emilio@pink-panther-marburg.de> in bug 86650 28 Mar 2005; Stefan Schweizer <genstef@gentoo.org> submount-0.9-r2.ebuild: Resolve bug 86650 by setting S in every ebuild stage, also change KV_DIR to diff --git a/sys-fs/submount/Manifest b/sys-fs/submount/Manifest index bfe1ad9842fc..3783a1b844e9 100644 --- a/sys-fs/submount/Manifest +++ b/sys-fs/submount/Manifest @@ -1,4 +1,4 @@ -MD5 7127543325cbf86996fedd297eff43fc submount-0.9-r2.ebuild 1427 -MD5 5aaf4acc0c263751d7763cf99a415f9c ChangeLog 2204 +MD5 2a28071268a0cc36bea132e827d44682 submount-0.9-r2.ebuild 1421 +MD5 3f36cbfd865624be39027a2299eae42b ChangeLog 2418 MD5 c3aedbfe00ee1a825a9d5760b4b4271e metadata.xml 316 MD5 f8a7a9ce45e2bebda73720c85f3307be files/digest-submount-0.9-r2 130 diff --git a/sys-fs/submount/submount-0.9-r2.ebuild b/sys-fs/submount/submount-0.9-r2.ebuild index 913b228310db..5ae236c2141a 100644 --- a/sys-fs/submount/submount-0.9-r2.ebuild +++ b/sys-fs/submount/submount-0.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9-r2.ebuild,v 1.4 2005/03/28 11:48:13 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/submount/submount-0.9-r2.ebuild,v 1.5 2005/03/28 15:11:02 genstef Exp $ inherit linux-mod @@ -29,7 +29,7 @@ pkg_setup() { S="${WORKDIR}/${MY_P}" MODULE_NAMES="subfs(fs:${S}/subfs-${MY_PV})" BUILD_PARAMS="KDIR=${KV_OUT_DIR}" - BUILD_TARGETS="default" + BUILD_TARGETS=" " } src_unpack() { |