summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-02-25 09:15:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-02-25 09:15:59 +0000
commitf374b356ee1bd9796820c5b75254a4e5af39b841 (patch)
tree2016f2da73837be7a500095a8f83d4e202d345b0 /net-dialup
parentuse KV_DIR only after linux-mod_pkg_setup, bug 168051 (diff)
downloadgentoo-2-f374b356ee1bd9796820c5b75254a4e5af39b841.tar.gz
gentoo-2-f374b356ee1bd9796820c5b75254a4e5af39b841.tar.bz2
gentoo-2-f374b356ee1bd9796820c5b75254a4e5af39b841.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/ltmodem/ChangeLog7
-rw-r--r--net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog
index 1a02cb4b0370..56b415375f69 100644
--- a/net-dialup/ltmodem/ChangeLog
+++ b/net-dialup/ltmodem/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/ltmodem
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.30 2006/12/20 18:55:35 mrness Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.31 2007/02/25 09:15:59 genstef Exp $
+
+ 25 Feb 2007; <genstef@gentoo.org> ltmodem-8.31_alpha10-r3.ebuild:
+ use KV_DIR only after linux-mod_pkg_setup, bug 168051
20 Dec 2006; Alin Năstac <mrness@gentoo.org>
files/ltmodem-2.6-alk-8-kernel-changes.patch:
diff --git a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.ebuild b/net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.ebuild
index 5142b1272666..27589675d4c5 100644
--- a/net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.ebuild
+++ b/net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.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/ltmodem/ltmodem-8.31_alpha10-r3.ebuild,v 1.2 2006/09/21 19:07:35 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.31_alpha10-r3.ebuild,v 1.3 2007/02/25 09:15:59 genstef Exp $
inherit linux-mod eutils
@@ -24,9 +24,6 @@ S_2_4="${WORKDIR}/${MY_P}"
DEPEND="sys-apps/util-linux"
-BUILD_TARGETS="module"
-BUILD_PARAMS="KERNEL_DIR='${KV_DIR}'"
-
pkg_setup() {
if kernel_is 2 4; then
MODULE_NAMES="lt_modem(lt_modem:) lt_serial(lt_modem:)"
@@ -44,6 +41,9 @@ pkg_setup() {
SERIAL_8250_ERROR="This driver requires you to compile your kernel with serial core (CONFIG_SERIAL_8250) support."
fi
linux-mod_pkg_setup
+
+ BUILD_TARGETS="module"
+ BUILD_PARAMS="KERNEL_DIR='${KV_DIR}'"
}
src_unpack() {