diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-11-12 17:49:00 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-11-12 17:49:00 +0000 |
commit | 784a9d2871ab141a7dc1cc9d5427fd51973c1767 (patch) | |
tree | e1f008b65b6ccf5d4246dd9ec3adea1307c4d1ca /sys-apps/hotplug | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-784a9d2871ab141a7dc1cc9d5427fd51973c1767.tar.gz gentoo-2-784a9d2871ab141a7dc1cc9d5427fd51973c1767.tar.bz2 gentoo-2-784a9d2871ab141a7dc1cc9d5427fd51973c1767.zip |
Stable on sparc
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 a157f53bdbaf..8605432dd4af 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.55 2004/11/12 00:06:52 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.56 2004/11/12 17:49:00 gustavoz Exp $ + + 12 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> hotplug-20040923.ebuild: + Stable on sparc 12 Nov 2004; Daniel Drake <dsd@gentoo.org> hotplug-20040923.ebuild: Update coldplug warning message to suggest coldplug to go into boot runlevel diff --git a/sys-apps/hotplug/hotplug-20040923.ebuild b/sys-apps/hotplug/hotplug-20040923.ebuild index 97208cce643e..f89e2e8eccfc 100644 --- a/sys-apps/hotplug/hotplug-20040923.ebuild +++ b/sys-apps/hotplug/hotplug-20040923.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/hotplug-20040923.ebuild,v 1.6 2004/11/12 00:06:52 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.7 2004/11/12 17:49:00 gustavoz 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 ~ppc64" +KEYWORDS="x86 ~ppc sparc ~alpha ~hppa ~amd64 ~ia64 mips ~ppc64" IUSE="" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 |