diff options
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-2.0.5.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-2.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild b/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild index b5e481360305..e277f6a5d9a5 100644 --- a/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild +++ b/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild,v 1.3 2006/05/23 16:19:02 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild,v 1.4 2006/05/23 19:03:42 corsair Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="build debug static" DEPEND="" |