diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:16:46 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-04-01 22:16:46 +0000 |
commit | 23d07216d2764762ba498f41de13af0c3c87e4c0 (patch) | |
tree | 0e115b6bca3710eccb70377f55a7a953aad36785 | |
parent | close bug 18566; update to latest version (diff) | |
download | gentoo-2-23d07216d2764762ba498f41de13af0c3c87e4c0.tar.gz gentoo-2-23d07216d2764762ba498f41de13af0c3c87e4c0.tar.bz2 gentoo-2-23d07216d2764762ba498f41de13af0c3c87e4c0.zip |
unmasking on x86
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild index 4ad2020eae76..def173eac9ff 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.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-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.6 2003/02/26 10:58:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.7 2003/04/01 22:16:46 drobbins Exp $ inherit gnuconfig @@ -10,9 +10,9 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" HOMEPAGE="http://www.phystech.com/download/" DEPEND="" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm mips" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa arm mips" LICENSE="GPL-2" -IUSE="alpha build" +IUSE="build" src_unpack() { unpack ${A} || die "unpack failed" |