diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-08-27 18:22:05 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-06 05:42:32 +1100 |
commit | 00f6b57ecc2a47b78fb066b3a65e02856d51a4f2 (patch) | |
tree | 74aa76ef366ff91908086d06f1665fbc15cff59c | |
parent | dev-python/os-networksv2-python-novaclient-ext: bup (diff) | |
download | gentoo-00f6b57ecc2a47b78fb066b3a65e02856d51a4f2.tar.gz gentoo-00f6b57ecc2a47b78fb066b3a65e02856d51a4f2.tar.bz2 gentoo-00f6b57ecc2a47b78fb066b3a65e02856d51a4f2.zip |
kde5-functions.eclass: Drop 15.12.3 exception
-rw-r--r-- | eclass/kde5-functions.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index d2eb8a6789e6..34489c42a1a2 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -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" |