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

Bug 61935

Summary: Unnecessary keywords in sys-devel/ld.so
Product: Gentoo Linux Reporter: tklauser
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description tklauser 2004-08-27 08:27:38 UTC
KEYWORDS contains "x86 ppc sparc alpha" but the ebuild only runs through on x86 because of the statement

[ "${ARCH}" != "x86" ] && return 0

in src_unpack()

So there's only confusion, when keeping this keywords.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-08-27 11:24:35 UTC
as far as I know this package should be removed from portage anyway.
Comment 2 SpanKY gentoo-dev 2004-08-27 12:40:16 UTC
yeah, ld.so has been punted long ago