diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-29 06:26:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-29 06:26:24 +0000 |
commit | 068004c5c04f176084e3422b78f1cb028c2ec35a (patch) | |
tree | c32d93bd0feb95c0f4fd66f11ccfe18deddb47ed /net-dialup | |
parent | fixes for bug# 9861 (diff) | |
download | historical-068004c5c04f176084e3422b78f1cb028c2ec35a.tar.gz historical-068004c5c04f176084e3422b78f1cb028c2ec35a.tar.bz2 historical-068004c5c04f176084e3422b78f1cb028c2ec35a.zip |
Psi-jack says wvdial is not needed
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild b/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild index a12531ea60ee..726df471e78a 100644 --- a/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild +++ b/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild,v 1.2 2002/10/23 15:01:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ltmodem/ltmodem-8.22_alpha5.ebuild,v 1.3 2002/10/29 06:26:24 vapier Exp $ MY_P="${P/_alpha/a}" DESCRIPTION="Winmodems with Lucent Apollo (ISA) and Mars (PCI) chipsets" @@ -12,9 +12,6 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="" -RDEPEND="net-dialup/wvdial" - S="${WORKDIR}/${MY_P}" KERNV="`uname -r`" |