Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507174 - The handbook uses an incorrect way of reporting portage features
Summary: The handbook uses an incorrect way of reporting portage features
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 20:49 UTC by Francisco Blas Izquierdo Riera
Modified: 2014-04-12 12:33 UTC (History)
1 user (show)

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


Attachments
Patch to fix the document (emerge_features.patch,742 bytes, patch)
2014-04-08 20:49 UTC, Francisco Blas Izquierdo Riera (RETIRED)
Details | Diff

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 2014-04-08 20:49:49 UTC
Created attachment 374552 [details, diff]
Patch to fix the document

Currently http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=3 refers to the following line for listing the portage features:
$ emerge --info | grep FEATURES

Since variables like CALLIGRA_FEATURES exist the USe are shown too. Instead something like this should be used:
emerge --info | egrep ^FEATURES=

Attached is a patch to fix this.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2014-04-12 12:33:32 UTC
Thanks, fixed in CVS.