Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274995 - app-emulation/libvirt-0.6.4-r1 is missing hal dependency
Summary: app-emulation/libvirt-0.6.4-r1 is missing hal dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Lance Albertson (RETIRED)
URL:
Whiteboard:
Keywords:
: 276392 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-21 22:40 UTC by Elias Probst
Modified: 2009-08-02 14:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elias Probst 2009-06-21 22:40:23 UTC
When having USE="hal" set, app-emulation/libvirt-0.6.4-r1 doesn't pull in sys-apps/hal due to a missing dependency.

This patch fixes it:
--- libvirt-0.6.4-r1.ebuild.orig        2009-06-22 00:37:37.000000000 +0200
+++ libvirt-0.6.4-r1.ebuild     2009-06-22 00:38:01.000000000 +0200
@@ -24,6 +24,7 @@
        sys-fs/sysfsutils
        net-analyzer/netcat
        avahi? ( >=net-dns/avahi-0.6 )
+       hal? ( sys-apps/hal )
        iscsi? ( sys-block/open-iscsi )
        kvm? ( app-emulation/kvm )
        lvm? ( sys-fs/lvm2 )

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-07-04 08:08:28 UTC
*** Bug 276392 has been marked as a duplicate of this bug. ***
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2009-08-02 14:26:37 UTC
fixed. thanks.