diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 05:40:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-02 05:40:53 +0000 |
commit | 6bcc812b4b951082b3c6164863d0f69e57864377 (patch) | |
tree | d6b6d313e8e7117ae9a66d63c8e0df9926666960 /net-dialup | |
parent | moved app-office/logjam to net-misc instead (diff) | |
download | gentoo-2-6bcc812b4b951082b3c6164863d0f69e57864377.tar.gz gentoo-2-6bcc812b4b951082b3c6164863d0f69e57864377.tar.bz2 gentoo-2-6bcc812b4b951082b3c6164863d0f69e57864377.zip |
Fixed SRC_URI variable
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/fcpci/fcpci-03.09.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/fcpci/fcpci-03.09.10.ebuild b/net-dialup/fcpci/fcpci-03.09.10.ebuild index 4875c94ff616..db480e2a7480 100644 --- a/net-dialup/fcpci/fcpci-03.09.10.ebuild +++ b/net-dialup/fcpci/fcpci-03.09.10.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.09.10.ebuild,v 1.1 2002/08/09 13:02:49 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.09.10.ebuild,v 1.2 2002/10/02 05:40:53 vapier Exp $ DESCRIPTION="CAPI4Linux drivers for AVM Fritz!Card PCI" HOMEPAGE="http://www.avm.de/" S="${WORKDIR}/fritz" -SRC_URI="ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/fcpci-suse8.0-${PV}.tar.gz" +SRC_URI="ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.80/fcpci-suse8.0-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" |