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

Bug 122679

Summary: sys-apps/lshw has binutils in RDEPEND
Product: Gentoo Linux Reporter: Wolfram Schlich (RETIRED) <wschlich>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wolfram Schlich (RETIRED) gentoo-dev 2006-02-13 05:57:35 UTC
--8<--
DEPEND="gtk? ( >=x11-libs/gtk+-2 )
        >=sys-devel/binutils-2.15"
--8<--

I bet binutils is _not_ an RDEPEND, so please change the ebuild to
--8<--
DEPEND="gtk? ( >=x11-libs/gtk+-2 )
        >=sys-devel/binutils-2.15"
RDEPEND="gtk? ( >=x11-libs/gtk+-2 )"
--8<--
in order to permit the proper use of ROOT=/altroot when merging (and not cluttering /altroot with unneeded packages). Thanks!
Comment 1 SpanKY gentoo-dev 2006-02-13 16:28:15 UTC
fixed in cvs