Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32333 - New USE flag "pygtk" for better usage of bluez-utils
Summary: New USE flag "pygtk" for better usage of bluez-utils
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 07:55 UTC by Michael Rolf
Modified: 2011-10-30 22:35 UTC (History)
0 users

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 Michael Rolf 2003-10-30 07:55:19 UTC
I recommend to add a new USE flag "pygtk", because "pygtk" is not "gtk" and
bluez-utils will install pygtk if gtk is set as an USE flag in make.conf.
Therefore I installed bluez-utils with env USE="-gtk" and now I have to be very
carefull with an emerge world call.


Reproducible: Always
Steps to Reproduce:
1. Add "gtk" to USE in /etc/make.conf
2. env USE=-gtk emerge bluez-utils
3. emerge -p --update --deep world

Actual Results:  
emerge will install the pygtk package

Expected Results:  
I would like to see that emerge won't try to install pygtk
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-10-30 08:44:26 UTC
I'd say it's invalid, but I'll re-assign to python people as it's their terretory.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-10-30 11:29:21 UTC
actually it's more to do with wireless since bluez-utils is in that herd.

anyway, i won't fix this because i think it is the correct usage of the flag.
maybe when we have per package useflag support in portage then this won't
be a problem. but adding another useflag is not the solution.