Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532924 - [kde-overlay] kde-base/katepart-4.14.3* should depend on || ( kde-apps/oxygen-iconds kde-base/oxygen-icons )
Summary: [kde-overlay] kde-base/katepart-4.14.3* should depend on || ( kde-apps/oxygen...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-18 11:44 UTC by vltg0903
Modified: 2014-12-18 17:22 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 vltg0903 2014-12-18 11:44:36 UTC
Please add an ebuild kde-base/katepart-4.14.3-r1 to kde overlay with the above dependencies, otherwise katepart tries to pull in kde-base/oxygen-icons-4.14.3 which is blocked by kde-apps/oxygen-icons.
Comment 1 vltg0903 2014-12-18 11:46:41 UTC
Alternatively, I guess you could already import the overlay's kde4-base eclass to the main portage tree (although I don't know how that would play out for installations without kde overlay present).
Comment 2 Michael Palimaka (kensington) gentoo-dev 2014-12-18 13:44:26 UTC
Please paste your error message - this is already handled in the eclass (in the main tree):
if [[ ${PN} != oxygen-icons ]]; then
        kderdepend+=" || ( kde-apps/oxygen-icons $(add_kdebase_dep oxygen-icons) )"
fi
Comment 3 vltg0903 2014-12-18 17:21:43 UTC
Huh, now it's gone. Recompiling katepart probably resolved it. Please close, sorry 'bout that.