Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259526 - app-portage/gentoolkit-0.2.4.2-r1 - Typo in revdep-rebuild.
Summary: app-portage/gentoolkit-0.2.4.2-r1 - Typo in revdep-rebuild.
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 268001
  Show dependency tree
 
Reported: 2009-02-18 21:48 UTC by Ilja ”Zucca” Sara
Modified: 2009-05-01 03:26 UTC (History)
1 user (show)

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 Ilja ”Zucca” Sara 2009-02-18 21:48:58 UTC
Browse the source: less `which revdep-rebuild`
then go somewhere around line 260. Or search "normalize_emerge_opts()".

Line: 
        EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-f/--verbose})

Should be: 
        EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-v/--verbose})


Forum topic: http://forums.gentoo.org/viewtopic-t-738521.html

Reproducible: Didn't try
Comment 1 Paul Varner (RETIRED) gentoo-dev 2009-02-18 22:06:31 UTC
Thanks! The fix is in subversion and will be in the next release.

$ svn commit -m "Fix typo in normalize_emerge_opts(). Bug #259526"
Sending        revdep-rebuild/revdep-rebuild
Transmitting file data .
Committed revision 547.
Comment 2 Paul Varner (RETIRED) gentoo-dev 2009-05-01 03:26:24 UTC
Released in gentoolkit-0.2.4.3