kde5-functions.eclass: Drop 15.12.3 exception
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 27 Aug 2016 16:22:05 +0000 (18:22 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 5 Oct 2016 18:42:32 +0000 (05:42 +1100)
eclass/kde5-functions.eclass

index d2eb8a6789e68326cfa6db3b7652c7c8ff1db4ac..34489c42a1a2b5c050cb495d4a1394569820aba0 100644 (file)
@@ -50,7 +50,7 @@ esac
 if [[ ${KMNAME-${PN}} = kdevelop ]]; then
        KDEBASE=kdevelop
 elif [[ ${KMNAME} = kde-l10n || ${PN} = kde-l10n ]]; then
-       [[ ${PV} != 15.12.3 ]] && KDEBASE=kdel10n
+       KDEBASE=kdel10n
 fi
 
 debug-print "${ECLASS}: ${KDEBASE} ebuild recognized"