Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220331 - Please make package.use USE flags overrides looking different from make.conf flags in emerge -v
Summary: Please make package.use USE flags overrides looking different from make.conf ...
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 09:35 UTC by Dmitrij D. Czarkoff
Modified: 2018-02-02 00:55 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 Dmitrij D. Czarkoff 2008-05-05 09:35:02 UTC
USE flags forced by /etc/portage/package.use look the same as other flags, while it is sometimes reasonable to have them looking different. Eg.:

ddc@ddclpc ~ $ grep openssh /etc/portage/package.use 
net-misc/openssh -ldap
ddc@ddclpc ~ $ emerge -pv openssh

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-misc/openssh-5.0_p1-r1  USE="X pam tcpd -X509 -hpn -kerberos -ldap -libedit (-selinux) -skey -smartcard -static" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB

It might be a good idea to have the emerge output as following:

ddc@ddclpc ~ $ emerge -pv openssh

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-misc/openssh-5.0_p1-r1  USE="X pam tcpd -X509 -hpn -kerberos [-ldap] -libedit (-selinux) -skey -smartcard -static" 0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB