Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Fri, 30 May 2014 06:27:22
Message-Id: 1401431151.591578bca09f5da6eecee3aae5b77ae92a87ea80.johu@gentoo
1 commit: 591578bca09f5da6eecee3aae5b77ae92a87ea80
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 30 06:25:51 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri May 30 06:25:51 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=591578bc
7
8 [eclass] Pin to SLOT 4 on dev-util/kdevplatform
9
10 ---
11 eclass/kde4-base.eclass | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
15 index 33b5e3f..dcad442 100644
16 --- a/eclass/kde4-base.eclass
17 +++ b/eclass/kde4-base.eclass
18 @@ -90,7 +90,7 @@ case ${KDEBASE} in
19 KDEVPLATFORM_VERSION="${KDEVPLATFORM_VERSION:-4.9999}"
20 else
21 case ${PN} in
22 - kdevelop|quanta)
23 + kdevelop)
24 KDEVELOP_VERSION=${PV}
25 KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)"
26 ;;
27 @@ -309,7 +309,7 @@ if [[ ${PN} != kdelibs ]]; then
28 case ${KDEVPLATFORM_REQUIRED} in
29 always)
30 kdecommondepend+="
31 - >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
32 + >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}:4
33 "
34 ;;
35 *) ;;