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.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 D53E515800A for ; Sun, 6 Aug 2023 20:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE2802BC022; Sun, 6 Aug 2023 20:39:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5BD92BC024 for ; Sun, 6 Aug 2023 20:39:58 +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 CC160340D00 for ; Sun, 6 Aug 2023 20:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36E60F22 for ; Sun, 6 Aug 2023 20:39:56 +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: <1691348579.b4b252489ff8f8d5d644b571498f6e5e9d6e9663.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konsolekalendar/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konsolekalendar/konsolekalendar-9999.ebuild X-VCS-Directories: kde-apps/konsolekalendar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b4b252489ff8f8d5d644b571498f6e5e9d6e9663 X-VCS-Branch: master Date: Sun, 6 Aug 2023 20:39:56 +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: c1a7be1d-96e1-44b4-af31-842b8b91b939 X-Archives-Hash: d0528ae99c5b078f59cd38e9774dc776 commit: b4b252489ff8f8d5d644b571498f6e5e9d6e9663 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 6 19:02:59 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 6 19:02:59 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b4b25248 kde-apps/konsolekalendar: Drop obsolete dependency Upstream commit 8e6581b25c26c1e0f451f9b40824579d2db99ce3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konsolekalendar/konsolekalendar-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild index e070e275f1..42c0ac9301 100644 --- a/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild +++ b/kde-apps/konsolekalendar/konsolekalendar-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" KDE_ORG_NAME="akonadi-calendar-tools" PVCUT=$(ver_cut 1-3) -KFMIN=5.104.0 +KFMIN=5.106.0 inherit ecm gear.kde.org DESCRIPTION="Command line interface to KDE calendars" @@ -21,7 +21,6 @@ DEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-calendar-${PVCUT}:5 >=kde-apps/calendarsupport-${PVCUT}:5 - >=kde-apps/kcalutils-${PVCUT}:5 >=kde-frameworks/kcalendarcore-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5