From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1463818-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0143C158020
	for <garchives@archives.gentoo.org>; Sun,  4 Dec 2022 10:37:14 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D6EFBE0828;
	Sun,  4 Dec 2022 10:37:12 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BA7A6E0828
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2022 10:37:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9AE9A3411A2
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2022 10:37:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C8FB8772
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Dec 2022 10:37:09 +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: <1669985848.48e4d3f5e2d29fd61e67d15155a384d2a46b165c.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-22.12.0.ebuild kde-apps/pimcommon/pimcommon-22.12.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: 48e4d3f5e2d29fd61e67d15155a384d2a46b165c
X-VCS-Branch: master
Date: Sun,  4 Dec 2022 10:37:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: af5a9e4d-985a-4734-9645-82c350233393
X-Archives-Hash: a6e030717a8371cc29c33f60de8e9e01

commit:     48e4d3f5e2d29fd61e67d15155a384d2a46b165c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  2 12:57:28 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec  2 12:57:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=48e4d3f5

kde-apps/pimcommon: Drop obsolete blocker

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/pimcommon/pimcommon-22.12.0.ebuild       | 6 ++----
 kde-apps/pimcommon/pimcommon-22.12.49.9999.ebuild | 6 ++----
 kde-apps/pimcommon/pimcommon-9999.ebuild          | 6 ++----
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-22.12.0.ebuild b/kde-apps/pimcommon/pimcommon-22.12.0.ebuild
index ba30fb6373..e439e51eb6 100644
--- a/kde-apps/pimcommon/pimcommon-22.12.0.ebuild
+++ b/kde-apps/pimcommon/pimcommon-22.12.0.ebuild
@@ -19,7 +19,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
@@ -49,9 +49,7 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/purpose-${KFMIN}:5
 "
-RDEPEND="${DEPEND}
-	!<kde-apps/libkdepim-20.07.80:5
-"
+DEPEND="${RDEPEND}"
 
 src_test() {
 	# bugs 641730, 661330

diff --git a/kde-apps/pimcommon/pimcommon-22.12.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-22.12.49.9999.ebuild
index 54b89a3067..4be9a49349 100644
--- a/kde-apps/pimcommon/pimcommon-22.12.49.9999.ebuild
+++ b/kde-apps/pimcommon/pimcommon-22.12.49.9999.ebuild
@@ -19,7 +19,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
@@ -49,9 +49,7 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/purpose-${KFMIN}:5
 "
-RDEPEND="${DEPEND}
-	!<kde-apps/libkdepim-20.07.80:5
-"
+DEPEND="${RDEPEND}"
 
 src_test() {
 	# bugs 641730, 661330

diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild
index c64b3c96e6..465d335b15 100644
--- a/kde-apps/pimcommon/pimcommon-9999.ebuild
+++ b/kde-apps/pimcommon/pimcommon-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="5"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtnetwork-${QTMIN}:5
@@ -49,9 +49,7 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 	>=kde-frameworks/purpose-${KFMIN}:5
 "
-RDEPEND="${DEPEND}
-	!<kde-apps/libkdepim-20.07.80:5
-"
+DEPEND="${RDEPEND}"
 
 src_test() {
 	# bugs 641730, 661330