Summary: | Portage should print a warning when a package is listed more than once at package.use | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Denilson Sá Maia <denilsonsa> |
Component: | Enhancement/Feature Requests | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | 2.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Denilson Sá Maia
2007-01-08 10:58:44 UTC
Uhh, portage already combines duplicate entries in package.use. However, I'm not sure if the current stable version has that feature. kagome ~ # grep amarok /etc/portage/package.use media-sound/amarok ipod [ebuild R ] media-sound/amarok-1.4.4-r3 USE="ipod musicbrainz opengl xinerama -aac -arts -debug -ifp -kde -mtp -mysql -njb -noamazon -postgres (-real) -visualization" kagome ~ # echo "media-sound/amarok noamazon" >> /etc/portage/package.use [ebuild R ] media-sound/amarok-1.4.4-r3 USE="ipod musicbrainz noamazon* opengl xinerama -aac -arts -debug -ifp -kde -mtp -mysql -njb -postgres (-real) -visualization" As for all the other package.* files, combining duplicate entries doesn't really make that much sense for anything other than package.use. (In reply to comment #1) > Uhh, portage already combines duplicate entries in package.use. However, I'm > not sure if the current stable version has that feature. That behavior is new in portage-2.1.2. |