diff options
author | 2005-09-03 20:59:17 +0000 | |
---|---|---|
committer | 2005-09-03 20:59:17 +0000 | |
commit | f839f3b01c4c3802ce6ff12dc73e1d5a42b694ff (patch) | |
tree | 906e68cfbd4c890513cc4e239d2f595c8284c27e /net-misc/dhcpcd/dhcpcd-2.0.0.ebuild | |
parent | Added support for the XCSecurity option, which is what's needed to make binar... (diff) | |
download | gentoo-2-f839f3b01c4c3802ce6ff12dc73e1d5a42b694ff.tar.gz gentoo-2-f839f3b01c4c3802ce6ff12dc73e1d5a42b694ff.tar.bz2 gentoo-2-f839f3b01c4c3802ce6ff12dc73e1d5a42b694ff.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-2.0.0.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild b/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild index f7f6fec2c706..ee21f96e9ad7 100644 --- a/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild +++ b/net-misc/dhcpcd/dhcpcd-2.0.0.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-misc/dhcpcd/dhcpcd-2.0.0.ebuild,v 1.10 2005/09/03 19:08:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild,v 1.11 2005/09/03 20:59:17 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="" |