summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 02:43:55 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 02:43:55 +0000
commit12bb313f742ea482d68361b43e44f8dc857fbbc8 (patch)
tree8817ba9fa027773f0ed1e5a9b80c941276e98440 /net-misc/dhcpcd
parentsync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff)
downloadhistorical-12bb313f742ea482d68361b43e44f8dc857fbbc8.tar.gz
historical-12bb313f742ea482d68361b43e44f8dc857fbbc8.tar.bz2
historical-12bb313f742ea482d68361b43e44f8dc857fbbc8.zip
don't dep on arch for gnuconfig_update
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild7
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild8
2 files changed, 4 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
index 534c22b77aa2..1acb6299bbc0 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.4 2004/07/01 20:57:23 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.5 2004/07/15 02:43:55 agriffis Exp $
inherit gnuconfig flag-o-matic eutils
@@ -21,10 +21,7 @@ PROVIDE="virtual/dhcpc"
src_unpack() {
unpack ${A} || die "unpack failed"
- use alpha && gnuconfig_update
- use amd64 && gnuconfig_update
- use hppa && gnuconfig_update
- use ia64 && gnuconfig_update
+ gnuconfig_update
cd ${S}
#Started working on this patch from an older version I found; then
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild
index b2ba195c95f1..231bc4bab452 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild,v 1.6 2004/07/01 20:57:23 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild,v 1.7 2004/07/15 02:43:55 agriffis Exp $
inherit gnuconfig flag-o-matic eutils
@@ -22,11 +22,7 @@ S=${WORKDIR}/${P/_p/-pl}
src_unpack() {
unpack ${A}
- use alpha && gnuconfig_update
- use amd64 && gnuconfig_update
- use hppa && gnuconfig_update
- use ia64 && gnuconfig_update
- use ppc64 && gnuconfig_update
+ gnuconfig_update
cd ${S}
#Started working on this patch from an older version I found; then