diff options
Diffstat (limited to 'sys-fs/cowloop/cowloop-1.4.ebuild')
-rw-r--r-- | sys-fs/cowloop/cowloop-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/cowloop/cowloop-1.4.ebuild b/sys-fs/cowloop/cowloop-1.4.ebuild index f0ca28192a96..2a07baafffa7 100644 --- a/sys-fs/cowloop/cowloop-1.4.ebuild +++ b/sys-fs/cowloop/cowloop-1.4.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-fs/cowloop/cowloop-1.4.ebuild,v 1.2 2005/01/01 21:51:36 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-1.4.ebuild,v 1.3 2007/02/25 09:43:26 genstef Exp $ inherit linux-mod toolchain-funcs @@ -17,12 +17,12 @@ DEPEND="virtual/libc virtual/linux-sources" MODULE_NAMES="cowloop(fs:)" -BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I." BUILD_TARGETS="modules" pkg_setup() { linux-mod_pkg_setup + BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I." einfo "Linux kernel ${KV_FULL}" if ! kernel_is 2 4 then |