Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Wed, 31 Aug 2016 15:24:37
Message-Id: 1472657065.8212b2dd7c50d0c76882685f7883904f70d7b3d2.kensington@gentoo
1 commit: 8212b2dd7c50d0c76882685f7883904f70d7b3d2
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 27 16:22:05 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 15:24:25 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8212b2dd
7
8 kde5-functions.eclass: Drop 15.12.3 exception
9
10 eclass/kde5-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index d2eb8a6..34489c4 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -50,7 +50,7 @@ esac
18 if [[ ${KMNAME-${PN}} = kdevelop ]]; then
19 KDEBASE=kdevelop
20 elif [[ ${KMNAME} = kde-l10n || ${PN} = kde-l10n ]]; then
21 - [[ ${PV} != 15.12.3 ]] && KDEBASE=kdel10n
22 + KDEBASE=kdel10n
23 fi
24
25 debug-print "${ECLASS}: ${KDEBASE} ebuild recognized"