commit: 591578bca09f5da6eecee3aae5b77ae92a87ea80
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 06:25:51 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 30 06:25:51 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=591578bc
[eclass] Pin to SLOT 4 on dev-util/kdevplatform
---
eclass/kde4-base.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 33b5e3f..dcad442 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -90,7 +90,7 @@ case ${KDEBASE} in
KDEVPLATFORM_VERSION="${KDEVPLATFORM_VERSION:-4.9999}"
else
case ${PN} in
- kdevelop|quanta)
+ kdevelop)
KDEVELOP_VERSION=${PV}
KDEVPLATFORM_VERSION="$(($(get_major_version)-3)).$(get_after_major_version)"
;;
@@ -309,7 +309,7 @@ if [[ ${PN} != kdelibs ]]; then
case ${KDEVPLATFORM_REQUIRED} in
always)
kdecommondepend+="
-
>=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
+
>=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}:4
"
;;
*) ;;