diff options
Diffstat (limited to 'sys-apps/hotplug-base/hotplug-base-20040401.ebuild')
-rw-r--r-- | sys-apps/hotplug-base/hotplug-base-20040401.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hotplug-base/hotplug-base-20040401.ebuild b/sys-apps/hotplug-base/hotplug-base-20040401.ebuild index 9c8d8740329e..4cc5c8cf195f 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.7 2004/06/24 22:10:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug-base/hotplug-base-20040401.ebuild,v 1.8 2004/06/28 09:11:49 kumba 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" IUSE="" S=${WORKDIR}/${MY_P} |