Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8037 - USE negations to be honoured in dependancies
Summary: USE negations to be honoured in dependancies
Status: RESOLVED DUPLICATE of bug 5622
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Daniel Robbins (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-17 11:25 UTC by Tom von Schwerdtner
Modified: 2011-10-30 22:19 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 Tom von Schwerdtner 2002-09-17 11:25:46 UTC
If I have USE="-X", then merging an app that depends on gnome (or anything else
that eventually depends on X) should not work.

In other words:

'emerge foo' -> depends on gnome -> depends on X -> user said "I dont want X" ->
exit ERROR: -X requested, X exists in foo dependancy tree...etc


This comes from the "why is vim merging X/gtk/gnome when I have USE=-X" issue.


Some discussion of this here:
http://forums.gentoo.org/viewtopic.php?t=15371
Comment 1 Tom von Schwerdtner 2002-09-17 15:55:52 UTC
Okay, USE dosent seem to be meant for what I'm asking.  Something along the
lines of /etc/package.mask is more accurate.  Basically a mask file ment for
sysadmin use (in the thinking that /usr/portage/profiles/package.mask being is
for distro-admin use).
Comment 2 Tom von Schwerdtner 2002-09-17 16:11:58 UTC
I've been pointed to 5622, thanks.

*** This bug has been marked as a duplicate of 5622 ***