diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-02-05 17:20:25 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-02-05 17:20:25 +0000 |
commit | 485f81edc3b09b093c7bc8c26af924bbcd1e93f2 (patch) | |
tree | aa2a6cf33c6cbe84c7d35c69a4b1c0972c4a9467 /sys-apps/hotplug | |
parent | added ~ppc64 to KEYWORDS (diff) | |
download | gentoo-2-485f81edc3b09b093c7bc8c26af924bbcd1e93f2.tar.gz gentoo-2-485f81edc3b09b093c7bc8c26af924bbcd1e93f2.tar.bz2 gentoo-2-485f81edc3b09b093c7bc8c26af924bbcd1e93f2.zip |
Stable on ppc64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20040923.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index a767b2dd4f7c..5aeca640845a 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.63 2005/01/28 12:20:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.64 2005/02/05 17:20:25 corsair Exp $ + + 05 Feb 2005; Markus Rothe <corsair@gentoo.org> hotplug-20040923.ebuild: + Stable on ppc64 28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/hotplug.rc: Updated hotplug.rc to display a message about unpacking the firmware. diff --git a/sys-apps/hotplug/hotplug-20040923.ebuild b/sys-apps/hotplug/hotplug-20040923.ebuild index 04b7666280fe..e11bc1895875 100644 --- a/sys-apps/hotplug/hotplug-20040923.ebuild +++ b/sys-apps/hotplug/hotplug-20040923.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/hotplug/hotplug-20040923.ebuild,v 1.12 2005/01/30 21:00:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.13 2005/02/05 17:20:25 corsair Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 |