diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-05-10 17:21:27 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-05-10 17:21:27 +0000 |
commit | 6195d6b619206fde03ca8867f57b85c31eacac61 (patch) | |
tree | 7917e7fea611ca08881bc0b40e2f8933a2c5ab05 /app-laptop/omnibook/omnibook-20050217.ebuild | |
parent | Fix emake -j1 problem thanks to Arudil <mmueller12345@yahoo.de> in bug 92136 (diff) | |
download | gentoo-2-6195d6b619206fde03ca8867f57b85c31eacac61.tar.gz gentoo-2-6195d6b619206fde03ca8867f57b85c31eacac61.tar.bz2 gentoo-2-6195d6b619206fde03ca8867f57b85c31eacac61.zip |
Fix portage-cvs-linux-mod-problem and remove old version
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-laptop/omnibook/omnibook-20050217.ebuild')
-rw-r--r-- | app-laptop/omnibook/omnibook-20050217.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-laptop/omnibook/omnibook-20050217.ebuild b/app-laptop/omnibook/omnibook-20050217.ebuild index f3ebcfbebe31..0fa3916cc1af 100644 --- a/app-laptop/omnibook/omnibook-20050217.ebuild +++ b/app-laptop/omnibook/omnibook-20050217.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/app-laptop/omnibook/omnibook-20050217.ebuild,v 1.2 2005/04/21 07:18:56 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/omnibook/omnibook-20050217.ebuild,v 1.3 2005/05/10 17:21:27 genstef Exp $ inherit linux-mod @@ -15,8 +15,12 @@ IUSE="" S="${WORKDIR}/${MY_P}" MODULE_NAMES="omnibook(char:)" -BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}" -BUILD_TARGETS="all" +BUILD_TARGETS=" " + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KERNEL=${KV_MAJOR}.${KV_MINOR} KSRC=${KV_DIR}" +} src_unpack() { unpack ${A} |