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 B4DF91382C5 for ; Mon, 15 Feb 2021 14:39:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA7AE093B; Mon, 15 Feb 2021 14:39:07 +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 E0891E093B for ; Mon, 15 Feb 2021 14:39:06 +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 A6B97340F55 for ; Mon, 15 Feb 2021 14:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6067533 for ; Mon, 15 Feb 2021 14:39:01 +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: <1613398375.b587a500eea0b119ca5dbc26472c43a9c354883e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/akonadi/akonadi-20.12.49.9999.ebuild kde-apps/akonadi/akonadi-9999.ebuild X-VCS-Directories: kde-apps/akonadi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b587a500eea0b119ca5dbc26472c43a9c354883e X-VCS-Branch: master Date: Mon, 15 Feb 2021 14:39:01 +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: c0d7ee34-8464-4a16-82f9-fc1fb24be755 X-Archives-Hash: 1e2176970c19fb2477f4cbc924ed1ea1 commit: b587a500eea0b119ca5dbc26472c43a9c354883e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 15 11:48:32 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 15 14:12:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b587a500 kde-apps/akonadi: Unrestrict kde-apps/kaccounts-integration dep Let's take upstream's word for it. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/akonadi/akonadi-20.12.49.9999.ebuild | 3 +-- kde-apps/akonadi/akonadi-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild b/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild index c493b65d7e..e7d3dad598 100644 --- a/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild +++ b/kde-apps/akonadi/akonadi-20.12.49.9999.ebuild @@ -5,7 +5,6 @@ EAPI=7 ECM_DESIGNERPLUGIN="true" ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) KFMIN=5.75.0 QTMIN=5.15.2 VIRTUALDBUS_TEST="true" @@ -43,7 +42,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 kaccounts? ( - >=kde-apps/kaccounts-integration-${PVCUT}:5 + >=kde-apps/kaccounts-integration-20.08.3:5 net-libs/accounts-qt ) mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] ) diff --git a/kde-apps/akonadi/akonadi-9999.ebuild b/kde-apps/akonadi/akonadi-9999.ebuild index c493b65d7e..e7d3dad598 100644 --- a/kde-apps/akonadi/akonadi-9999.ebuild +++ b/kde-apps/akonadi/akonadi-9999.ebuild @@ -5,7 +5,6 @@ EAPI=7 ECM_DESIGNERPLUGIN="true" ECM_TEST="forceoptional" -PVCUT=$(ver_cut 1-3) KFMIN=5.75.0 QTMIN=5.15.2 VIRTUALDBUS_TEST="true" @@ -43,7 +42,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 kaccounts? ( - >=kde-apps/kaccounts-integration-${PVCUT}:5 + >=kde-apps/kaccounts-integration-20.08.3:5 net-libs/accounts-qt ) mariadb? ( >=dev-qt/qtsql-${QTMIN}:5[mysql] )