diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 16:36:05 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 16:36:05 +0000 |
commit | 54b0be01003bb375d29bc4e2bf8fc4c90ccab462 (patch) | |
tree | ca2744acab784cd6ee6103385f060e08591a29ab /sys-apps/hotplug/hotplug-20030805-r3.ebuild | |
parent | Second try. (diff) | |
download | historical-54b0be01003bb375d29bc4e2bf8fc4c90ccab462.tar.gz historical-54b0be01003bb375d29bc4e2bf8fc4c90ccab462.tar.bz2 historical-54b0be01003bb375d29bc4e2bf8fc4c90ccab462.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'sys-apps/hotplug/hotplug-20030805-r3.ebuild')
-rw-r--r-- | sys-apps/hotplug/hotplug-20030805-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hotplug/hotplug-20030805-r3.ebuild b/sys-apps/hotplug/hotplug-20030805-r3.ebuild index 22c3e698b353..2f6e876b25cf 100644 --- a/sys-apps/hotplug/hotplug-20030805-r3.ebuild +++ b/sys-apps/hotplug/hotplug-20030805-r3.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-r3.ebuild,v 1.5 2004/06/24 22:10:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20030805-r3.ebuild,v 1.6 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" +IUSE="" # hotplug needs pcimodules utility provided by pcitutils-2.1.9-r1 DEPEND=">=sys-apps/pciutils-2.1.9 >=sys-apps/usbutils-0.9" @@ -63,4 +64,3 @@ pkg_postinst() { ewarn "WARNING: The fxload program was spliced off this package" ewarn "WARNING: emerge fxload if you need it" } - |