diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-06-24 22:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-06-24 22:18:41 +0000 |
commit | 2613b9715477fe21f8d2d083e12f8d9b2a0157c0 (patch) | |
tree | 5ec84c5c0b9b394598826c24a7c590b4548ee6d6 /net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | |
parent | cleanup (diff) | |
download | historical-2613b9715477fe21f8d2d083e12f8d9b2a0157c0.tar.gz historical-2613b9715477fe21f8d2d083e12f8d9b2a0157c0.tar.bz2 historical-2613b9715477fe21f8d2d083e12f8d9b2a0157c0.zip |
unmask!
Diffstat (limited to 'net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild')
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild b/net-dialup/ltmodem/ltmodem-8.26_alpha9-r1.ebuild index 5beac88a4c93..fd60210ffd23 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.4 2003/02/13 13:53:50 vapier Exp $ +# $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 $ MY_P="${P/_alpha/a}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -10,11 +10,11 @@ SRC_URI="http://www.physcip.uni-stuttgart.de/heby/ltmodem/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/linux-sources" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_compile() { cp build_module{,.orig} |