From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 495E31381FA for ; Fri, 30 May 2014 06:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE8C1E09F8; Fri, 30 May 2014 06:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 593B6E09F8 for ; Fri, 30 May 2014 06:27:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FCAC33FD8C for ; Fri, 30 May 2014 06:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E7663181A9 for ; Fri, 30 May 2014 06:27:18 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1401431151.591578bca09f5da6eecee3aae5b77ae92a87ea80.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 591578bca09f5da6eecee3aae5b77ae92a87ea80 X-VCS-Branch: master Date: Fri, 30 May 2014 06:27:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 75d8be91-967f-4ccc-ae51-0c32e115626f X-Archives-Hash: e71a74aa81beb149a4e21dcc7360427b commit: 591578bca09f5da6eecee3aae5b77ae92a87ea80 Author: Johannes Huber gentoo org> AuthorDate: Fri May 30 06:25:51 2014 +0000 Commit: Johannes Huber gentoo 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 " ;; *) ;;