Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13958 - portage new function (show USE flag)
Summary: portage new function (show USE flag)
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-15 03:52 UTC by Masatomo Nakano (RETIRED)
Modified: 2011-10-30 22:21 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
portage new function (show USE flag) (emerge.use.patch,942 bytes, patch)
2003-01-15 03:54 UTC, Masatomo Nakano (RETIRED)
Details | Diff
portage new function (show USE flag) (emerge.use.patch,973 bytes, patch)
2003-01-15 04:23 UTC, Masatomo Nakano (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masatomo Nakano (RETIRED) gentoo-dev 2003-01-15 03:52:34 UTC
hi,

this attached patch shows effective USE in IUSE.

example:
# emerge --update --pretend --verbose xchat

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] net-irc/xchat-1.8.10-r1  +ssl +nls +mmx -gnome -ipv6 +python -kde
-gtk +perl 


Regrads,
Masatomo Nakano
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2003-01-15 03:54:35 UTC
Created attachment 7318 [details, diff]
portage new function (show USE flag)
Comment 2 Masatomo Nakano (RETIRED) gentoo-dev 2003-01-15 04:23:28 UTC
Created attachment 7319 [details, diff]
portage new function (show USE flag)
Comment 3 Thomas Raschbacher gentoo-dev 2003-01-15 05:40:01 UTC
:)
Comment 4 Nicholas Jones (RETIRED) gentoo-dev 2003-02-03 04:28:03 UTC
Including in 2.0.46-r10
Thanks.