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

Bug 532924

Summary: [kde-overlay] kde-base/katepart-4.14.3* should depend on || ( kde-apps/oxygen-iconds kde-base/oxygen-icons )
Product: Gentoo Linux Reporter: vltg0903
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.