mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michael Palimaka
parent
ab67903e87
commit
c98da6b634
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user