diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 11:36:20 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-07 11:36:20 +0000 |
commit | 5667a83276c091a15eaedd716f339f0c895a4721 (patch) | |
tree | f057a2b5446d1af623b23a9003aca0968896b26d /net-dialup | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-5667a83276c091a15eaedd716f339f0c895a4721.tar.gz gentoo-2-5667a83276c091a15eaedd716f339f0c895a4721.tar.bz2 gentoo-2-5667a83276c091a15eaedd716f339f0c895a4721.zip |
added ${KV} to build_module
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ltmodem/Manifest | 4 | ||||
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog index 807e87679ec0..8507c8f97577 100644 --- a/net-dialup/ltmodem/ChangeLog +++ b/net-dialup/ltmodem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/ltmodem # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.8 2003/12/06 17:16:48 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.9 2003/12/07 11:36:15 lanius Exp $ + + 07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> + ltmodem-8.26_alpha9-r1.ebuild: + forgot to add ${KV} to build_module 06 Dec 2003; Heinrich Wendel <lanius@gentoo.org> ltmodem-8.26_alpha9-r1.ebuild: diff --git a/net-dialup/ltmodem/Manifest b/net-dialup/ltmodem/Manifest index 997cea29111e..80d317dd149b 100644 --- a/net-dialup/ltmodem/Manifest +++ b/net-dialup/ltmodem/Manifest @@ -1,4 +1,4 @@ -MD5 79c8623ce8dfee8292e50b756dd57a60 ltmodem-8.26_alpha9-r1.ebuild 1570 -MD5 35117abbeb6a6309c6bcaa45909177b0 ChangeLog 1093 +MD5 ff042dd9a37c38673c91a8f49ef990f6 ltmodem-8.26_alpha9-r1.ebuild 1572 +MD5 724dec15e124806e93af7c3e3738b024 ChangeLog 1216 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9-r1 66 diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild index 42f4745501fc..0f9e059f93ef 100644 --- a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild +++ b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.6 2003/12/06 17:16:48 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild,v 1.7 2003/12/07 11:36:15 lanius Exp $ MY_P="${P/_alpha/a}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -21,7 +21,7 @@ src_compile() { sed -e 's:make -e:make:' \ -e 's:read -p:echo:' \ build_module.orig > build_module - FAST="1" ./build_module --with-force=yes || die + FAST="1" ./build_module ${KV} --with-force || die } src_install() { |