Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2305 - USE= works differently in make.conf and as shell variable
Summary: USE= works differently in make.conf and as shell variable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-01 06:09 UTC by kde123
Modified: 2003-02-04 19:42 UTC (History)
1 user (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 kde123 2002-05-01 06:09:04 UTC
/etc/make.conf has USE="-kde -arts -qt -qtmt -gnome"

emerge --pretend x11-wm/xfce produces

Calculating dependencies ...done!
[ebuild  N   ] media-libs/lcms-1.08 to /
[ebuild  N   ] media-libs/libmng-1.0.3 to /
[ebuild  N   ] x11-libs/qt-3.0.3.1 to /
[ebuild  N   ] kde-base/arts-1.0.0 to /
[ebuild   R  ] x11-wm/xfce-3.8.16 to /

but if I do this

export USE="-kde -arts -qt -qtmt -gnome"
emerge --pretend x11-wm/xfce

I get

Calculating dependencies ...done!
[ebuild   R  ] x11-wm/xfce-3.8.16 to /

Also Weija Yang reported that USE="-alsa" in make.conf then emerge kdemultimedia fails but USE="-alsa" emerge kdemultemedia works.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-05-01 06:14:55 UTC
Can you repaste this as plain text in the comments box?
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2002-05-01 14:02:05 UTC
What version of Portage are you using?
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-05-05 00:23:54 UTC
Pretty sure this is fixed in Portage 1.9.5.  Closing.