summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-03-28 15:11:02 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-03-28 15:11:02 +0000
commit6e67caed4fcbd5d646922fa064008ed02421a221 (patch)
tree85202185720770fb829b251343d99ff9e5e27ea4 /sys-fs
parentTemporal asianfont pack corresponding to Acroread 7; bug #86181. Thanks to Ka... (diff)
downloadgentoo-2-6e67caed4fcbd5d646922fa064008ed02421a221.tar.gz
gentoo-2-6e67caed4fcbd5d646922fa064008ed02421a221.tar.bz2
gentoo-2-6e67caed4fcbd5d646922fa064008ed02421a221.zip
Fix 2.4 kernel compile: BUILD_TARGETS="default" -> BUILD_TARGETS=" " thanks to Emilio <emilio@pink-panther-marburg.de> in bug 86650
(Portage version: 1.585-cvs)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/submount/ChangeLog6
-rw-r--r--sys-fs/submount/submount-0.9-r2.ebuild4
2 files changed, 7 insertions, 3 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/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() {