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 F1422138A1A for ; Sat, 21 Feb 2015 15:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78581E0921; Sat, 21 Feb 2015 15:33:40 +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 2824EE0921 for ; Sat, 21 Feb 2015 15:33:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20D483409CE for ; Sat, 21 Feb 2015 15:33:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A370A123EC for ; Sat, 21 Feb 2015 15:33:37 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1424532806.182c22d16f43ffefdb3f24adbc492b2bd19f8f29.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.14.5.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 182c22d16f43ffefdb3f24adbc492b2bd19f8f29 X-VCS-Branch: master Date: Sat, 21 Feb 2015 15:33:37 +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: 81ce167a-5386-497a-8873-cf043a7b0963 X-Archives-Hash: 374c59721f7efb2a9b736d857dbe11f9 commit: 182c22d16f43ffefdb3f24adbc492b2bd19f8f29 Author: Michael Palimaka gentoo org> AuthorDate: Sat Feb 21 15:33:26 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Feb 21 15:33:26 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=182c22d1 [kde-base/kdelibs] Manually specify minimum versions to avoid unresolvable dependencies in out-of-band releases. Package-Manager: portage-2.2.17 --- kde-base/kdelibs/kdelibs-4.14.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kde-base/kdelibs/kdelibs-4.14.5.ebuild b/kde-base/kdelibs/kdelibs-4.14.5.ebuild index 79800ca..e75ff9f 100644 --- a/kde-base/kdelibs/kdelibs-4.14.5.ebuild +++ b/kde-base/kdelibs/kdelibs-4.14.5.ebuild @@ -97,7 +97,7 @@ RDEPEND="${COMMONDEPEND} !<=kde-base/kcontrol-4.4.50:4 >=app-crypt/gnupg-2.0.11 app-misc/ca-certificates - $(add_kdebase_dep kde-env) + $(add_kdebase_dep kde-env '' 4.14.3) sys-apps/dbus[X] !aqua? ( udisks? ( sys-fs/udisks:2 ) @@ -109,20 +109,20 @@ RDEPEND="${COMMONDEPEND} udev? ( app-misc/media-player-info ) " PDEPEND=" - $(add_kdebase_dep katepart) + $(add_kdebase_dep katepart '' 4.14.3) || ( - $(add_kdebase_dep kfmclient) + $(add_kdebase_dep kfmclient '' 4.14.3) x11-misc/xdg-utils ) handbook? ( || ( - $(add_kdebase_dep khelpcenter) + $(add_kdebase_dep khelpcenter '' 4.14.3) kde-plasma/khelpcenter:5[compat(+)] ) ) nepomuk? ( - $(add_kdebase_dep nepomuk-core) - $(add_kdebase_dep nepomuk-widgets) + $(add_kdebase_dep nepomuk-core '' 4.14.3) + $(add_kdebase_dep nepomuk-widgets '' 4.14.3) ) policykit? ( || ( >=sys-auth/polkit-kde-agent-0.99