Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245240 - x11-themes/echo-icon-theme requires icon-naming-utils >= 0.8.7
Summary: x11-themes/echo-icon-theme requires icon-naming-utils >= 0.8.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 08:39 UTC by Stefan Hoelldampf
Modified: 2011-01-22 15:13 UTC (History)
1 user (show)

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


Attachments
please update RDEPEND (echo-icon-theme-0.3.89.0_pre20081031.ebuild.diff,359 bytes, patch)
2009-01-21 14:48 UTC, Dmitri Bogomolov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hoelldampf 2008-11-02 08:39:22 UTC
Emerging x11-themes/echo-icon-theme-0.3.89.0_pre20081031 fails with

configure: error: icon-naming-utils >= 0.8.7 is required to build
                 and install echo-icon-theme

because the ebuild only has:
RDEPEND=">=x11-misc/icon-naming-utils-0.8.2"

Reproducible: Always

Steps to Reproduce:
1. Emerge x11-themes/echo-icon-theme-0.3.89.0_pre20081031
Comment 1 Dmitri Bogomolov 2009-01-21 14:48:58 UTC
Created attachment 179178 [details, diff]
please update RDEPEND

BTW, are you sure it's RDEPEND? without x11-misc/icon-naming-utils it cannot build.
Comment 2 Stefan Hoelldampf 2009-03-25 19:14:51 UTC
The ebuild has

> RDEPEND=">=x11-misc/icon-naming-utils-0.8.2"
> DEPEND="${RDEPEND}
>    dev-util/pkgconfig"

so icon-naming-utils is build dependency, too.