diff options
author | Brent Baude <ranger@gentoo.org> | 2005-08-25 15:44:06 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2005-08-25 15:44:06 +0000 |
commit | 293d34ee9ff9101cc250bfddc1b77ab436a9a0ef (patch) | |
tree | 7615f25549dcaf4a28d5160baeb1521770a90d07 /sys-fs/iprutils | |
parent | Added modular X depends as per convo with seemant (diff) | |
download | gentoo-2-293d34ee9ff9101cc250bfddc1b77ab436a9a0ef.tar.gz gentoo-2-293d34ee9ff9101cc250bfddc1b77ab436a9a0ef.tar.bz2 gentoo-2-293d34ee9ff9101cc250bfddc1b77ab436a9a0ef.zip |
Adding a dependancy for hotplug to iprutils-2.0.15.3-r1 so that theAdding a dependancy for hotplug to iprutils-2.0.15.3-r1 so that the microcode update utility will work
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-fs/iprutils')
-rw-r--r-- | sys-fs/iprutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/iprutils/ChangeLog b/sys-fs/iprutils/ChangeLog index f358543862f6..2b0325af9fc0 100644 --- a/sys-fs/iprutils/ChangeLog +++ b/sys-fs/iprutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/iprutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.6 2005/08/22 17:53:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.7 2005/08/25 15:44:06 ranger Exp $ + + 25 Aug 2005; Brent Baude <ranger@gentoo.org> iprutils-2.0.15.3-r1.ebuild: + Adding a dependancy for hotplug to iprutils-2.0.15.3-r1 so that the + microcode update utility will work. *iprutils-2.0.15.3-r1 (22 Aug 2005) diff --git a/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild b/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild index 7b6f6633389f..9358f3de0cba 100644 --- a/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild +++ b/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild,v 1.1 2005/08/22 17:53:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.0.15.3-r1.ebuild,v 1.2 2005/08/25 15:44:06 ranger Exp $ inherit eutils @@ -17,7 +17,8 @@ IUSE="" DEPEND="virtual/libc >=sys-libs/ncurses-5.4-r5 >=sys-apps/pciutils-2.1.11-r1 - >=sys-fs/sysfsutils-1.3.0" + >=sys-fs/sysfsutils-1.3.0 + hotplug" src_install () { make INSTALL_MOD_PATH=${D} install || die |