Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
media-libs/libgpod-0.6 has HAL as a optional component. However there is no means of specifying that through portage. gtkpod does have the hal USE flag though... Reproducible: Always Steps to Reproduce: 1. USE="-hal" emerge libgpod 2. watch it try to install hal 3. cry Actual Results: Even with the -hal USE flag, libgpod will still use hal even though it's optional. Expected Results: libgpod should have the ability to choose hal support through the hal USE flag.
Created an attachment (id=140483) [details] Proposed patch That's the patch I'm using for solving described issue.
(In reply to comment #1) > Created an attachment (id=140483) [edit] [details] > Proposed patch > > That's the patch I'm using for solving described issue. > This patch works perfectly.
(In reply to comment #2) > This patch works perfectly. Same here, would be nice to see this committed, as gtkpod now has the "hal" USE-flag.
(In reply to comment #3) > (In reply to comment #2) > > This patch works perfectly. > Same here, would be nice to see this committed, as gtkpod now has the "hal" > USE-flag. I would like to see this too.
USE added, thanks for the patch