Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398983 - sys-apps/coreutils-8.7: gettext dependency is not split into libintl/gettext
Summary: sys-apps/coreutils-8.7: gettext dependency is not split into libintl/gettext
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-01-15 13:23 UTC by Maxim Kammerer
Modified: 2013-04-28 04:59 UTC (History)
0 users

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


Attachments
coreutils-8.20.ebuild.patch (coreutils-8.20.ebuild.diff,592 bytes, text/plain)
2013-01-05 01:15 UTC, Maxim Kammerer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Kammerer 2012-01-15 13:23:51 UTC
gettext dependency should probably be split into libintl/gettext in
RDEPEND/DEPEND, like in many other packages.
Comment 1 Maxim Kammerer 2012-05-21 19:06:18 UTC
Hi, any feedback? E.g., in sys-apps/shadow:

RDEPEND="nls? ( virtual/libintl )"
DEPEND="nls? ( sys-devel/gettext )"
Comment 2 Maxim Kammerer 2013-01-01 22:49:53 UTC
Ping? 2/4 bugs have already been fixed.
Comment 3 Maxim Kammerer 2013-01-05 01:15:50 UTC
Created attachment 334466 [details]
coreutils-8.20.ebuild.patch
Comment 4 SpanKY gentoo-dev 2013-04-28 01:08:11 UTC
should be all set now in the tree; thanks for the report!

Commit message: Use virtual/libintl for runtime nls dependency
http://sources.gentoo.org/sys-apps/coreutils/coreutils-8.21.ebuild?r1=1.2&r2=1.3
Comment 5 Maxim Kammerer 2013-04-28 04:59:53 UTC
Thank you!