summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-08-12 08:46:00 +0000
committerDavid Holm <dholm@gentoo.org>2005-08-12 08:46:00 +0000
commitad2c407c57baf067159726df9ff23aeda8dc62ab (patch)
treeefb4b9258c39abf379083607e6b451d98d194363 /net-misc/dhcpcd
parentMarking stable x86 (diff)
downloadgentoo-2-ad2c407c57baf067159726df9ff23aeda8dc62ab.tar.gz
gentoo-2-ad2c407c57baf067159726df9ff23aeda8dc62ab.tar.bz2
gentoo-2-ad2c407c57baf067159726df9ff23aeda8dc62ab.zip
Readded to ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog5
-rw-r--r--net-misc/dhcpcd/dhcpcd-2.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index d654c0780198..ee02c2be55e8 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.56 2005/08/08 00:49:45 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.57 2005/08/12 08:46:00 dholm Exp $
+
+ 12 Aug 2005; David Holm <dholm@gentoo.org> dhcpcd-2.0.0.ebuild:
+ Readded to ~ppc. Please don't remove it without filing a proper bug report.
08 Aug 2005; Jason Wever <weeve@gentoo.org> dhcpcd-2.0.0.ebuild:
Added ~sparc keyword as it was dropped against policy.
diff --git a/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild b/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild
index 2a0c3faa4fe9..01ddec8fae8b 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.3 2005/08/08 00:49:45 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.0.ebuild,v 1.4 2005/08/12 08:46:00 dholm 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="~amd64 ~mips ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
IUSE="build debug static"
DEPEND=""