Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189779 - app-cdr/brasero ebuild does not respect USE="-libnotify"
Summary: app-cdr/brasero ebuild does not respect USE="-libnotify"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal
Assignee: Luis Medinas (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-22 03:51 UTC by Nirbheek Chauhan (RETIRED)
Modified: 2007-08-24 03:33 UTC (History)
0 users

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


Attachments
Patch to fix the configure args (brasero-0.6.0.patch,335 bytes, patch)
2007-08-22 03:52 UTC, Nirbheek Chauhan (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nirbheek Chauhan (RETIRED) gentoo-dev 2007-08-22 03:51:54 UTC
Setting USE="-libnotify" does not disable libnotify for Brasero if the required libs are already installed. This stems from the ebuild not using `$(enable_use libnotify)` in the configure arguments.

Reproducible: Always

Steps to Reproduce:
1. USE="-libnotify" emerge -av brasero
2. Wait till configure finishes
3. Raise eyebrows at enabled libnotify
Actual Results:  
Glorious libnotify popups in Brasero :)

Expected Results:  
They should be disabled
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2007-08-22 03:52:42 UTC
Created attachment 128825 [details, diff]
Patch to fix the configure args

attached patch fixes the configure args.
Comment 2 Luis Medinas (RETIRED) gentoo-dev 2007-08-22 03:58:28 UTC
reassign the bug to me next time please take a look at the maintainer field.
Thanks
Comment 3 Luis Medinas (RETIRED) gentoo-dev 2007-08-24 03:33:19 UTC
Fix commited to CVS on 0.6.0 is about to become stable.
Thanks