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: Sat, 04 Oct 2014 19:11:43
Message-Id: 1412449889.4f033a7179dfff5b93166665a01dbb945a6ee63d.kensington@gentoo
1 commit: 4f033a7179dfff5b93166665a01dbb945a6ee63d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 4 19:11:29 2014 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 4 19:11:29 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4f033a71
7
8 [eclass] Pin Plasma 5 releases to Frameworks releases.
9
10 ---
11 eclass/kde5-functions.eclass | 5 +++++
12 1 file changed, 5 insertions(+)
13
14 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
15 index bc5afd4..5b4b2cc 100644
16 --- a/eclass/kde5-functions.eclass
17 +++ b/eclass/kde5-functions.eclass
18 @@ -104,6 +104,11 @@ add_frameworks_dep() {
19 version=${3}
20 elif [[ ${CATEGORY} = kde-frameworks ]]; then
21 version=${PV}
22 + elif [[ ${CATEGORY} = kde-base ]]; then
23 + case $(get_kde_version) in
24 + 5.1) version=5.3.0 ;;
25 + *) version=5.2.0 ;;
26 + esac
27 elif [[ -z "${version}" ]] ; then
28 version=5.2.0
29 fi