Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31563 - Want the ability to do an 'emerge -U world --not-including wine' to emerge whatever emerge -U world would do, but just not wine along with it.
Summary: Want the ability to do an 'emerge -U world --not-including wine' to emerge wh...
Status: RESOLVED DUPLICATE of bug 25154
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 19:00 UTC by David
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 David 2003-10-19 19:00:24 UTC
I've always had to make a perl one liner to get this done and i'm surprised this
feature doesn't already exist. Basically I want to be able to emerge -U world,
or -u, whatever... and provide a --not-including list of packages I specifically
don't want it to emerge. current ways of doing this are to write a perl script
and to mask the package, this is ridiculous. We need this right away =P

Reproducible: Always
Steps to Reproduce:
1. emerge -U world
2. see all the packages that want to be upgraded
3. realize that you have to upgrade all of them and can't pick and choose unless
you manually write emerge <package> <nextpackage> <nextpackage>
4. or you write a perl script to do it for you :\
Comment 1 Jason A. Mobarak (RETIRED) gentoo-dev 2003-10-19 20:05:13 UTC

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