diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 17:16:53 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-06 17:16:53 +0000 |
commit | a2539d3b17590bd6f2a90d53449df88bc91ed578 (patch) | |
tree | 9b22440ad0632a68f955f6d894a1ae13a46b2811 /net-dialup | |
parent | sonypid-1.9 moved to stable x86 (diff) | |
download | gentoo-2-a2539d3b17590bd6f2a90d53449df88bc91ed578.tar.gz gentoo-2-a2539d3b17590bd6f2a90d53449df88bc91ed578.tar.bz2 gentoo-2-a2539d3b17590bd6f2a90d53449df88bc91ed578.zip |
added --with-force=yes to build in chroot
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/ltmodem/Manifest | 6 | ||||
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-dialup/ltmodem/ChangeLog b/net-dialup/ltmodem/ChangeLog index 68329da00d17..807e87679ec0 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.7 2003/11/19 14:41:23 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ChangeLog,v 1.8 2003/12/06 17:16:48 lanius Exp $ + + 06 Dec 2003; Heinrich Wendel <lanius@gentoo.org> + ltmodem-8.26_alpha9-r1.ebuild: + added --with-force=yes to build in chroot 19 Nov 2003; Heinrich Wendel <lanius@gentoo.org> metadata.xml: metadata.xml diff --git a/net-dialup/ltmodem/Manifest b/net-dialup/ltmodem/Manifest index 7df4731b937d..997cea29111e 100644 --- a/net-dialup/ltmodem/Manifest +++ b/net-dialup/ltmodem/Manifest @@ -1,4 +1,4 @@ -MD5 f5ab4274b107a9ac1e7d521c5dbb594a files/digest-ltmodem-8.26_alpha9-r1 66 -MD5 62e86e05321673271b9def2ae2802c51 ltmodem-8.26_alpha9-r1.ebuild 1553 -MD5 8b582acc06b222da7b2125bb4bdef86c ChangeLog 964 +MD5 79c8623ce8dfee8292e50b756dd57a60 ltmodem-8.26_alpha9-r1.ebuild 1570 +MD5 35117abbeb6a6309c6bcaa45909177b0 ChangeLog 1093 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 fd60210ffd23..42f4745501fc 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.5 2003/06/24 22:18:37 vapier Exp $ +# $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 $ 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 || die + FAST="1" ./build_module --with-force=yes || die } src_install() { |