Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122679 - sys-apps/lshw has binutils in RDEPEND
Summary: sys-apps/lshw has binutils in RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 05:57 UTC by Wolfram Schlich (RETIRED)
Modified: 2006-02-13 16:28 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 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