summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-03-08 05:42:29 +0000
committerAlin Năstac <mrness@gentoo.org>2005-03-08 05:42:29 +0000
commitd7abda07f31cb4bcd7b4f9b4a42c69245e05ae3c (patch)
tree4db55cbf949cdf795db71603db92aa1a14984af3 /net-dialup/hsfmodem
parentdropped static from the IUSE (diff)
downloadgentoo-2-d7abda07f31cb4bcd7b4f9b4a42c69245e05ae3c.tar.gz
gentoo-2-d7abda07f31cb4bcd7b4f9b4a42c69245e05ae3c.tar.bz2
gentoo-2-d7abda07f31cb4bcd7b4f9b4a42c69245e05ae3c.zip
fix source path(#84430)
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-dialup/hsfmodem')
-rw-r--r--net-dialup/hsfmodem/ChangeLog6
-rw-r--r--net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild4
-rw-r--r--net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/hsfmodem/ChangeLog b/net-dialup/hsfmodem/ChangeLog
index 000a5427ebe5..4108eaf185d1 100644
--- a/net-dialup/hsfmodem/ChangeLog
+++ b/net-dialup/hsfmodem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/hsfmodem
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.5 2005/03/06 00:20:41 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/ChangeLog,v 1.6 2005/03/08 05:42:29 mrness Exp $
+
+ 08 Mar 2005; Alin Nastac <mrness@gentoo.org> hsfmodem-7.18.00.02.ebuild,
+ hsfmodem-7.18.00.03.ebuild:
+ Fix source path (#84430).
*hsfmodem-7.18.00.03 (06 Mar 2005)
diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild
index f3985d211c9d..ec659ecd3b62 100644
--- a/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild
+++ b/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild,v 1.2 2005/02/06 19:00:26 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.02.ebuild,v 1.3 2005/03/08 05:42:29 mrness Exp $
DESCRIPTION="Linuxant's modem driver for Connexant HSF chipset"
HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.php"
@@ -19,7 +19,7 @@ pkg_setup() {
if useq x86; then
MY_ARCH_S=${S}/${P}full
elif useq amd64; then
- MY_ARCH_S=${S}/${P}X86_64full
+ MY_ARCH_S=${S}/${P}x86_64full
fi
}
diff --git a/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild b/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild
index 0aa247bd52ca..ef63db56afb5 100644
--- a/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild
+++ b/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild,v 1.1 2005/03/06 00:20:41 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/hsfmodem/hsfmodem-7.18.00.03.ebuild,v 1.2 2005/03/08 05:42:29 mrness Exp $
DESCRIPTION="Linuxant's modem driver for Connexant HSF chipset"
HOMEPAGE="http://www.linuxant.com/drivers/hsf/index.php"
@@ -19,7 +19,7 @@ pkg_setup() {
if useq x86; then
MY_ARCH_S=${S}/${P}full
elif useq amd64; then
- MY_ARCH_S=${S}/${P}X86_64full
+ MY_ARCH_S=${S}/${P}x86_64full
fi
}