diff options
Diffstat (limited to 'sys-apps/hotplug/hotplug-20030805-r2.ebuild')
-rw-r--r-- | sys-apps/hotplug/hotplug-20030805-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hotplug/hotplug-20030805-r2.ebuild b/sys-apps/hotplug/hotplug-20030805-r2.ebuild index 1428aff15873..500e5bfa30f1 100644 --- a/sys-apps/hotplug/hotplug-20030805-r2.ebuild +++ b/sys-apps/hotplug/hotplug-20030805-r2.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-20030805-r2.ebuild,v 1.6 2004/06/24 22:10:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20030805-r2.ebuild,v 1.7 2004/06/30 16:36:05 agriffis Exp $ inherit eutils @@ -15,6 +15,7 @@ SRC_URI="mirror://sourceforge/linux-hotplug/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ppc hppa ~sparc ~alpha ppc64" +IUSE="" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 DEPEND=">=sys-apps/pciutils-2.1.9 >=sys-apps/usbutils-0.9" @@ -62,4 +63,3 @@ pkg_postinst() { ewarn "WARNING: The fxload program was spliced off this package" ewarn "WARNING: emerge fxload if you need it" } - |