From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-991310-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3A5C139083 for <garchives@archives.gentoo.org>; Mon, 18 Dec 2017 18:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFDC3E1069; Mon, 18 Dec 2017 18:48:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0574E1069 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2017 18:48:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D6A133FE60 for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2017 18:48:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45263AE7F for <gentoo-commits@lists.gentoo.org>; Mon, 18 Dec 2017 18:48:33 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1513622898.46a8f2b46be47e2bc1b7af891c372b160d75274d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-5.7.0-r1.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46a8f2b46be47e2bc1b7af891c372b160d75274d X-VCS-Branch: master Date: Mon, 18 Dec 2017 18:48:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 92b5ee70-2d58-4519-99e6-dbf3879e9290 X-Archives-Hash: 087d2f46a1ef4f5b55bba28f35a68dd5 commit: 46a8f2b46be47e2bc1b7af891c372b160d75274d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Dec 18 18:39:43 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Dec 18 18:48:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a8f2b4 media-gfx/digikam: Restrict 5.7.0-r1 to <kde-apps/kcalcore-17.11.80 It won't work with newer version. Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-gfx/digikam/digikam-5.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/digikam/digikam-5.7.0-r1.ebuild b/media-gfx/digikam/digikam-5.7.0-r1.ebuild index bb175b60e38..71d112cc5d8 100644 --- a/media-gfx/digikam/digikam-5.7.0-r1.ebuild +++ b/media-gfx/digikam/digikam-5.7.0-r1.ebuild @@ -63,7 +63,7 @@ COMMON_DEPEND=" $(add_kdeapps_dep akonadi-contacts) $(add_kdeapps_dep kcontacts) ) - calendar? ( $(add_kdeapps_dep kcalcore) ) + calendar? ( <kde-apps/kcalcore-17.11.80:5 ) gphoto2? ( media-libs/libgphoto2:= ) jpeg2k? ( media-libs/jasper:= ) kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') )