Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304803 - app-portage/gentoolkit-0.2.4.5: prints "list" instead of "hasuse" in 'equery -h hasuse'
Summary: app-portage/gentoolkit-0.2.4.5: prints "list" instead of "hasuse" in 'equery ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Lowest trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 237964
  Show dependency tree
 
Reported: 2010-02-13 03:46 UTC by mndhkr
Modified: 2010-03-10 15:13 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 mndhkr 2010-02-13 03:46:50 UTC
localhost mndhkr # equery -h hasuse
List all packages with a particular USE flag
Syntax:
  list <local-opts> useflag
<local-opts> is either of: 
  -i, --installed		 - search installed packages (default)
  -I, --exclude-installed - do not search installed packages
  -p, --portage-tree	  - also search in portage tree (/usr/portage)
  -o, --overlay-tree	  - also search in overlay tree ()
Comment 1 Paul Varner (RETIRED) gentoo-dev 2010-03-10 15:13:27 UTC
This is fixed in the unstable branch (currently, gentoolkit-0.3.0_rc9).  Since it is just a typographical error it won't be fixed in the 0.2.4 series since I'm only back-porting serious bug fixes.

# equery --version
equery (0.3.0_rc9) - Gentoo package query tool
# equery hasuse -h
List all installed packages that have a given USE flag

Usage: hasuse [options] USE-flag

options
 -h, --help              display this help message
 -I, --exclude-installed exclude installed packages from search path
 -o, --overlay-tree      include overlays in search path
 -p, --portage-tree      include entire portage tree in search path