Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 354567 - app-portage/gentoolkit-0.2.4.6.1-r1 equery should prioritize USE descriptions from the package metadata.xml over the global ones.
Summary: app-portage/gentoolkit-0.2.4.6.1-r1 equery should prioritize USE descriptions...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 237964
  Show dependency tree
 
Reported: 2011-02-12 04:14 UTC by Francisco Blas Izquierdo Riera
Modified: 2011-02-14 22:19 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 Francisco Blas Izquierdo Riera (RETIRED) gentoo-dev 2011-02-12 04:14:47 UTC
Usually package descriptions describe more accurately the objective of use flags. Prioritizing these when using "equery uses" should improve the readability of the result.

Reproducible: Always

Steps to Reproduce:
2.equery u app-emulation/qemu-kvm

Actual Results:  
 + - jpeg                            : Adds JPEG image support
 + + ncurses                         : Adds ncurses support (console display library)
 + - png                             : Adds support for libpng (PNG images)


Expected Results:  
[snip]
 + - jpeg                            : Enable JPEG compression for the VNC console server
 + + ncurses                         : Enable the ncurses-based console
 + - png                             : Enable PNG compression for the VNC console server
[snip]
Comment 1 Paul Varner (RETIRED) gentoo-dev 2011-02-14 21:00:53 UTC
Fixed in the latest version of gentoolkit

$ equery --version
equery (0.3.0_rc11-r3) - Gentoo package query tool
$ equery u app-emulation/qemu-kvm
<snip>
 + + jpeg                            : Enable JPEG compression for the VNC console server
 + + ncurses                         : Enable the ncurses-based console
 + + png                             : Enable PNG compression for the VNC console server
<snip>
Comment 2 Francisco Blas Izquierdo Riera (RETIRED) gentoo-dev 2011-02-14 22:19:02 UTC
(In reply to comment #1)
> Fixed in the latest version of gentoolkit
> 
> $ equery --version
> equery (0.3.0_rc11-r3) - Gentoo package query tool
> $ equery u app-emulation/qemu-kvm
> <snip>
>  + + jpeg                            : Enable JPEG compression for the VNC
> console server
>  + + ncurses                         : Enable the ncurses-based console
>  + + png                             : Enable PNG compression for the VNC
> console server
> <snip>
> 

Thanks ! :D