diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2006-11-01 20:44:29 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2006-11-01 20:44:29 +0000 |
commit | 20ab0a777251500d50ce14f8cb1055cb761d0634 (patch) | |
tree | a1382bef718ac41ea72b5c1e5f75f81473689f0b /sys-fs/loop-aes | |
parent | Mask all of bash 3.2 till it's allf ixed. (diff) | |
download | gentoo-2-20ab0a777251500d50ce14f8cb1055cb761d0634.tar.gz gentoo-2-20ab0a777251500d50ce14f8cb1055cb761d0634.tar.bz2 gentoo-2-20ab0a777251500d50ce14f8cb1055cb761d0634.zip |
Fix build process to use kbuild
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-fs/loop-aes')
-rw-r--r-- | sys-fs/loop-aes/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/loop-aes/loop-aes-3.1e.ebuild | 11 |
2 files changed, 7 insertions, 9 deletions
diff --git a/sys-fs/loop-aes/ChangeLog b/sys-fs/loop-aes/ChangeLog index 7ccc03b0c911..93b0612d2c3d 100644 --- a/sys-fs/loop-aes/ChangeLog +++ b/sys-fs/loop-aes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/loop-aes # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/ChangeLog,v 1.16 2006/10/28 14:02:00 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/ChangeLog,v 1.17 2006/11/01 20:44:29 alonbl Exp $ + + 01 Nov 2006; Alon Bar-Lev <alonbl@gentoo.org> loop-aes-3.1e.ebuild: + Fix build process to use kbuild *loop-aes-3.1e (28 Oct 2006) diff --git a/sys-fs/loop-aes/loop-aes-3.1e.ebuild b/sys-fs/loop-aes/loop-aes-3.1e.ebuild index b7d487ab0cef..7a1cba28e0aa 100644 --- a/sys-fs/loop-aes/loop-aes-3.1e.ebuild +++ b/sys-fs/loop-aes/loop-aes-3.1e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.1e.ebuild,v 1.1 2006/10/28 14:02:00 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.1e.ebuild,v 1.2 2006/11/01 20:44:29 alonbl Exp $ inherit linux-mod eutils @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~x86" S="${WORKDIR}/${MY_P}" CONFIG_CHECK="!BLK_DEV_LOOP" -MODULE_NAMES="loop(block:)" +MODULE_NAMES="loop(block:tmp-d-kbuild)" BUILD_TARGETS="all" RDEPEND=">=sys-apps/util-linux-2.12r" @@ -39,16 +39,11 @@ pkg_setup() { ewarn "" fi - BUILD_PARAMS="LINUX_SOURCE=${KV_DIR} MODINST=n RUNDM=n" + BUILD_PARAMS="LINUX_SOURCE=${KERNEL_DIR} USE_KBUILD=y MODINST=n RUNDM=n" use keyscrub && BUILD_PARAMS="${BUILD_PARAMS} KEYSCRUB=y" use padlock && BUILD_PARAMS="${BUILD_PARAMS} PADLOCK=y" } -src_unpack () { - unpack ${A} - convert_to_m "${S}/Makefile" -} - src_install() { linux-mod_src_install |