Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 398983

Summary: sys-apps/coreutils-8.7: gettext dependency is not split into libintl/gettext
Product: Gentoo Linux Reporter: Maxim Kammerer <mk>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: coreutils-8.20.ebuild.patch

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!