diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-22 21:56:22 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-22 21:56:22 +0000 |
commit | ce0b4a2f5db2845cd54f0a4aeb4f82f04e313b41 (patch) | |
tree | 922b79b19043b402316c2be644e3e095628e3a2c /sys-apps/hotplug-base | |
parent | Adding new gnustep categories. (diff) | |
download | gentoo-2-ce0b4a2f5db2845cd54f0a4aeb4f82f04e313b41.tar.gz gentoo-2-ce0b4a2f5db2845cd54f0a4aeb4f82f04e313b41.tar.bz2 gentoo-2-ce0b4a2f5db2845cd54f0a4aeb4f82f04e313b41.zip |
stable on ppc64
Diffstat (limited to 'sys-apps/hotplug-base')
-rw-r--r-- | sys-apps/hotplug-base/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040401.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hotplug-base/ChangeLog b/sys-apps/hotplug-base/ChangeLog index ebc5ce90d887..4278e9161fe5 100644 --- a/sys-apps/hotplug-base/ChangeLog +++ b/sys-apps/hotplug-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hotplug-base # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.8 2004/06/28 09:11:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/ChangeLog,v 1.9 2004/07/22 21:56:22 tgall Exp $ + + 22 Jul 2004; Tom Gall <tgall@gentoo.org> hotplug-base-20040401.ebuild: + stable on ppc64 28 Jun 2004; Joshua Kinard <kumba@gentoo.org> hotplug-base-20040401.ebuild: Marked stable on mips. diff --git a/sys-apps/hotplug-base/hotplug-base-20040401.ebuild b/sys-apps/hotplug-base/hotplug-base-20040401.ebuild index 4cc5c8cf195f..42802c1d87fa 100644 --- a/sys-apps/hotplug-base/hotplug-base-20040401.ebuild +++ b/sys-apps/hotplug-base/hotplug-base-20040401.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040401.ebuild,v 1.8 2004/06/28 09:11:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040401.ebuild,v 1.9 2004/07/22 21:56:22 tgall Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips ~alpha arm hppa amd64 ~ia64" +KEYWORDS="x86 ppc sparc mips ~alpha arm hppa amd64 ~ia64 ppc64" IUSE="" S=${WORKDIR}/${MY_P} |