kde5.eclass: Block old kde4-l10n for kde-{frameworks,plasma}

Versions older than <kde-apps/kde4-l10n-15.08.0-r1 haven't been updated to keep
up with file collisions in current releases of kde-frameworks and kde-plasma.
Make sure everyone gets what they need. Fixes e.g. kde-plasma/kinfocenter-5.4.0
as reported in IRC but also https://bugs.gentoo.org/show_bug.cgi?id=559740
This commit is contained in:
Andreas Sturmlechner
2015-09-06 23:49:33 +02:00
committed by Michael Palimaka
parent ab67903e87
commit c98da6b634

View File

@@ -139,9 +139,10 @@ case ${KDE_AUTODEPS} in
RDEPEND+=" >=kde-frameworks/kf-env-3"
COMMONDEPEND+=" >=dev-qt/qtcore-${QT_MINIMAL}:5"
if [[ ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then
if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then
RDEPEND+="
!kde-apps/kde4-l10n[-minimal(-)]
!<kde-apps/kde4-l10n-15.08.0-r1
"
fi