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 3C7C613835A for ; Thu, 27 Aug 2020 06:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D80E0BB8; Thu, 27 Aug 2020 06:17:08 +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 B841BE0BB8 for ; Thu, 27 Aug 2020 06:17:07 +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 2B7B9335DB6 for ; Thu, 27 Aug 2020 06:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EAE334 for ; Thu, 27 Aug 2020 06:17:04 +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: <1598474837.731d3e4c1cd942ac02141f01bfa513db6cb73c1d.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-20.08.49.9999.ebuild 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: 731d3e4c1cd942ac02141f01bfa513db6cb73c1d X-VCS-Branch: master Date: Thu, 27 Aug 2020 06:17:04 +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: 71c8ef7b-5ef1-4f82-8185-200f83d0f986 X-Archives-Hash: e9fd29e940e93ba927134df71f03b93a commit: 731d3e4c1cd942ac02141f01bfa513db6cb73c1d Author: Branko Grubic gmail com> AuthorDate: Sun Aug 23 19:11:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 26 20:47:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=731d3e4c kde-apps/pimcommon: Add missing dependency kde-apps/akonadi-search Upstream commit ce2ab0ec06d55152bd6ad98deadd2d6a33334ba3 Closes: https://bugs.gentoo.org/738714 Signed-off-by: Branko Grubic gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17241 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pimcommon/pimcommon-20.08.49.9999.ebuild | 1 + kde-apps/pimcommon/pimcommon-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-20.08.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-20.08.49.9999.ebuild index 99496e8c1b..b869332ac1 100644 --- a/kde-apps/pimcommon/pimcommon-20.08.49.9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-20.08.49.9999.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" >=dev-qt/qtxml-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/akonadi-search-${PVCUT}:5 >=kde-apps/kimap-${PVCUT}:5 >=kde-apps/kldap-${PVCUT}:5 >=kde-apps/kpimtextedit-${PVCUT}:5 diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 2033be2bcd..e263e2c488 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -30,6 +30,7 @@ COMMON_DEPEND=" >=dev-qt/qtxml-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 + >=kde-apps/akonadi-search-${PVCUT}:5 >=kde-apps/kimap-${PVCUT}:5 >=kde-apps/kldap-${PVCUT}:5 >=kde-apps/kpimtextedit-${PVCUT}:5