diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-11-10 17:54:28 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2004-11-10 17:54:28 +0000 |
commit | 2861e23fedc0e0c7455a4603f9f1eaf883ecce62 (patch) | |
tree | 0ad315eca955a421c77e4b46ab57b23f7b9ae3f4 /sys-apps/hotplug | |
parent | mark 20040920 stable on x86 (diff) | |
download | historical-2861e23fedc0e0c7455a4603f9f1eaf883ecce62.tar.gz historical-2861e23fedc0e0c7455a4603f9f1eaf883ecce62.tar.bz2 historical-2861e23fedc0e0c7455a4603f9f1eaf883ecce62.zip |
mark 20040923 stable on x86
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20040923.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index 4237279eb11d..da131f81447d 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,10 @@ # 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.51 2004/10/22 04:57:54 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.52 2004/11/10 17:54:28 gregkh Exp $ + + 10 Nov 2004; Greg Kroah-Hartman <gregkh@gentoo.org> + hotplug-20040923.ebuild: + 20040923 marked stable on x86 22 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> files/hotplug.rc: Added a check for livecd firmware tarball on disk. diff --git a/sys-apps/hotplug/hotplug-20040923.ebuild b/sys-apps/hotplug/hotplug-20040923.ebuild index c3896086e782..b96d9c3d03f1 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.2 2004/10/14 18:30:47 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.3 2004/11/10 17:54:28 gregkh 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 |