diff options
author | 2007-04-27 19:06:35 +0000 | |
---|---|---|
committer | 2007-04-27 19:06:35 +0000 | |
commit | 0d89fdf9621e9884c53141d91344139de1f9018d (patch) | |
tree | fd7a62fb42496b3714d2e56fc65390393a33fd97 /sys-apps/hal/hal-0.5.9-r1.ebuild | |
parent | Add doc to IUSE. Bug #176247 (diff) | |
download | historical-0d89fdf9621e9884c53141d91344139de1f9018d.tar.gz historical-0d89fdf9621e9884c53141d91344139de1f9018d.tar.bz2 historical-0d89fdf9621e9884c53141d91344139de1f9018d.zip |
forgot usbutils depend
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'sys-apps/hal/hal-0.5.9-r1.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/hal/hal-0.5.9-r1.ebuild b/sys-apps/hal/hal-0.5.9-r1.ebuild index debc3004c2d6..9488bf5376ac 100644 --- a/sys-apps/hal/hal-0.5.9-r1.ebuild +++ b/sys-apps/hal/hal-0.5.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.1 2007/04/27 18:37:09 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.2 2007/04/27 19:06:35 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -24,6 +24,7 @@ RDEPEND=">=dev-libs/glib-2.6 >=dev-libs/expat-1.95.8 >=sys-apps/pciutils-2.2.3 >=dev-libs/libusb-0.1.10a + sys-apps/usbutils virtual/eject amd64? ( >=sys-apps/dmidecode-2.7 ) x86? ( >=sys-apps/dmidecode-2.7 ) |