Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141157 - sys-apps/man-pages-2.33: uses LINGUAS, but doesn't show it
Summary: sys-apps/man-pages-2.33: uses LINGUAS, but doesn't show it
Status: RESOLVED DUPLICATE of bug 136953
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 05:16 UTC by Sascha Silbe
Modified: 2006-07-20 05:38 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 Sascha Silbe 2006-07-20 05:16:48 UTC
When using "emerge -pv <package>", emerge usually shows which LINGUAS the package will use. For sys-apps/man-pages-2.33, emerge shows nothing, even though LINGUAS gets evaluated:

root@cube:/etc/portage# emerge -pv man-pages

These are the packages that would be merged, in order:

Calculating dependencies... done!
[blocks B     ] >=sys-apps/groff-1.19 (is blocking app-i18n/man-pages-ja-20060415-r2)
[ebuild   R   ] sys-apps/man-pages-2.33  USE="nls" 0 kB 
[ebuild  N    ] app-i18n/man-pages-de-0.4  0 kB 
[ebuild     UD] sys-apps/groff-1.18.1.1 [1.19.1-r2] USE="X cjk%" 0 kB 
[ebuild  N    ] app-i18n/man-pages-ja-20060415-r2  0 kB 

Total size of downloads: 0 kB
root@cube:/etc/portage# LINGUAS="en" emerge -pv man-pages

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-apps/man-pages-2.33  USE="nls" 0 kB 

Total size of downloads: 0 kB
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-20 05:38:15 UTC

*** This bug has been marked as a duplicate of 136953 ***