summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2005-02-05 17:19:10 +0000
committerMarkus Rothe <corsair@gentoo.org>2005-02-05 17:19:10 +0000
commit95efeabbacae3f035df716402b407f56dca6cbd1 (patch)
treeaba71321333f9874b83cf8abd7f34cc7c2fc9b04 /sys-apps
parentMarked stable on x86 and amd64. (diff)
downloadgentoo-2-95efeabbacae3f035df716402b407f56dca6cbd1.tar.gz
gentoo-2-95efeabbacae3f035df716402b407f56dca6cbd1.tar.bz2
gentoo-2-95efeabbacae3f035df716402b407f56dca6cbd1.zip
added ~ppc64 to KEYWORDS
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/coldplug/ChangeLog5
-rw-r--r--sys-apps/coldplug/coldplug-20040920.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/coldplug/ChangeLog b/sys-apps/coldplug/ChangeLog
index 79f170c32d68..d109c8e57c40 100644
--- a/sys-apps/coldplug/ChangeLog
+++ b/sys-apps/coldplug/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/coldplug
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/ChangeLog,v 1.7 2005/01/28 12:20:20 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/ChangeLog,v 1.8 2005/02/05 17:19:10 corsair Exp $
+
+ 05 Feb 2005; Markus Rothe <corsair@gentoo.org> coldplug-20040920.ebuild:
+ Added ~ppc64 to KEYWORDS
28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/coldplug.rc:
Updated coldplug.rc to unpack firmware tarball. This is used by the LiveCD
diff --git a/sys-apps/coldplug/coldplug-20040920.ebuild b/sys-apps/coldplug/coldplug-20040920.ebuild
index 0e1f47d2ae70..d31c4ec98305 100644
--- a/sys-apps/coldplug/coldplug-20040920.ebuild
+++ b/sys-apps/coldplug/coldplug-20040920.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/sys-apps/coldplug/coldplug-20040920.ebuild,v 1.4 2005/01/21 21:07:53 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/coldplug/coldplug-20040920.ebuild,v 1.5 2005/02/05 17:19:10 corsair Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ppc ~sparc ~alpha ~hppa amd64 ~ia64 ~mips"
+KEYWORDS="x86 ppc ~sparc ~alpha ~hppa amd64 ~ia64 ~mips ~ppc64"
IUSE=""
# hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1
@@ -23,4 +23,3 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/coldplug.rc coldplug
}
-