diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-02-25 09:14:08 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-02-25 09:14:08 +0000 |
commit | 9a9964755bad4aa2831affbeb4d99203b96b086e (patch) | |
tree | cbc0ba86e5b259e3edfabd8be97e0a3b615d5893 /net-dialup | |
parent | use KV_DIR only after linux-mod_pkg_setup, bug 168051 (diff) | |
download | gentoo-2-9a9964755bad4aa2831affbeb4d99203b96b086e.tar.gz gentoo-2-9a9964755bad4aa2831affbeb4d99203b96b086e.tar.bz2 gentoo-2-9a9964755bad4aa2831affbeb4d99203b96b086e.zip |
use KV_DIR only after linux-mod_pkg_setup, bug 168051
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/eagle-usb/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dialup/eagle-usb/ChangeLog b/net-dialup/eagle-usb/ChangeLog index 94129310fb28..632792b62b8d 100644 --- a/net-dialup/eagle-usb/ChangeLog +++ b/net-dialup/eagle-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/eagle-usb -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/eagle-usb/ChangeLog,v 1.9 2006/04/30 13:14:08 mrness Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/eagle-usb/ChangeLog,v 1.10 2007/02/25 09:14:08 genstef Exp $ + + 25 Feb 2007; <genstef@gentoo.org> eagle-usb-2.3.3.ebuild: + use KV_DIR only after linux-mod_pkg_setup, bug 168051 30 Apr 2006; Alin Nastac <mrness@gentoo.org> -files/eagle-usb-2.3.2-kernel-2.6.14.patch, -eagle-usb-2.3.2.ebuild, diff --git a/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild b/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild index 93b49e8aea0d..fb340c979b09 100644 --- a/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild +++ b/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild,v 1.3 2006/04/30 13:14:08 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/eagle-usb/eagle-usb-2.3.3.ebuild,v 1.4 2007/02/25 09:14:08 genstef Exp $ inherit linux-mod eutils @@ -19,7 +19,6 @@ RDEPEND="net-dialup/ppp MODULE_NAMES="${PN}(net:${S}/driver)" CONFIG_CHECK="!IPV6 USB" BUILD_TARGETS=" " -BUILD_PARAMS="KERNELSRC='${KV_DIR}'" pkg_setup() { if kernel_is ge 2 6 16; then @@ -31,6 +30,7 @@ pkg_setup() { die "unsupported kernel version" fi linux-mod_pkg_setup + BUILD_PARAMS="KERNELSRC='${KV_DIR}'" } src_unpack() { |