From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 506A31382C5 for ; Sun, 14 Jun 2020 23:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46FD3E0AA1; Sun, 14 Jun 2020 23:02:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 315EEE0AA1 for ; Sun, 14 Jun 2020 23:02:37 +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 DFC6834E590 for ; Sun, 14 Jun 2020 23:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5871B242 for ; Sun, 14 Jun 2020 23:02:34 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1592132433.afba20c87ab1deb8509c794e958fbaf2d20dbcfc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: afba20c87ab1deb8509c794e958fbaf2d20dbcfc X-VCS-Branch: master Date: Sun, 14 Jun 2020 23:02:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2ea7b7c4-e1f9-44be-8424-453660411bea X-Archives-Hash: 15fbb4dba91dfa4eb47d3ed1f932f5a1 commit: afba20c87ab1deb8509c794e958fbaf2d20dbcfc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 14 10:57:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 14 11:00:33 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=afba20c8 kde-apps/pimcommon: Update dependencies Upstream commit 572aa93e83c083b7af716cbca816ba4bd6587d7a Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pimcommon/pimcommon-9999.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 95c4740fc5..6d937403bf 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -21,7 +21,7 @@ IUSE="" BDEPEND=" dev-libs/libxslt " -RDEPEND=" +COMMON_DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 @@ -31,9 +31,11 @@ RDEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/kimap-${PVCUT}:5 + >=kde-apps/kldap-${KFMIN}:5 >=kde-apps/kpimtextedit-${PVCUT}:5 >=kde-apps/libkdepim-${PVCUT}:5 >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 @@ -49,9 +51,12 @@ RDEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/purpose-${KFMIN}:5 " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} test? ( >=kde-apps/kmime-${PVCUT}:5 ) " +RDEPEND="${COMMON_DEPEND} + !