From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD9D6158074 for ; Thu, 19 Jun 2025 09:25:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CC67A341F16 for ; Thu, 19 Jun 2025 09:25:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DE2681104F9; Thu, 19 Jun 2025 09:25:43 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D42AA1104F9 for ; Thu, 19 Jun 2025 09:25:43 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 921E3341090 for ; Thu, 19 Jun 2025 09:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D7192A0B for ; Thu, 19 Jun 2025 09:25:40 +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: <1750325011.7a691ce83d77ae83d455f9c8e111dd4242f97743.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kmail-account-wizard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kmail-account-wizard/kmail-account-wizard-25.04.49.9999.ebuild kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild X-VCS-Directories: kde-apps/kmail-account-wizard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7a691ce83d77ae83d455f9c8e111dd4242f97743 X-VCS-Branch: master Date: Thu, 19 Jun 2025 09:25:40 +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: 10e1c07f-b8dc-4688-bbc0-24fcbc0569b0 X-Archives-Hash: fe5ac8e5b6a90d986e9fe55f61cc94cd commit: 7a691ce83d77ae83d455f9c8e111dd4242f97743 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 22:40:07 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 19 09:23:31 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a691ce8 kde-apps/kmail-account-wizard: Add slot op on PIM libraries KDE PIM libraries break ABI on every release. Signed-off-by: Andreas Sturmlechner gentoo.org> .../kmail-account-wizard-25.04.49.9999.ebuild | 12 ++++++------ .../kmail-account-wizard/kmail-account-wizard-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-25.04.49.9999.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-25.04.49.9999.ebuild index d76eb729aa..7459f2eb9d 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-25.04.49.9999.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-25.04.49.9999.ebuild @@ -24,12 +24,12 @@ DEPEND=" >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/kidentitymanagement-${PVCUT}:6 - >=kde-apps/kmailtransport-${PVCUT}:6 - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkdepim-${PVCUT}:6 - >=kde-apps/pimcommon-${PVCUT}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-apps/pimcommon-${PVCUT}:6= >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild index d76eb729aa..7459f2eb9d 100644 --- a/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-9999.ebuild @@ -24,12 +24,12 @@ DEPEND=" >=app-crypt/gpgme-1.23.1-r1:=[cxx,qt6] >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/kidentitymanagement-${PVCUT}:6 - >=kde-apps/kmailtransport-${PVCUT}:6 - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkdepim-${PVCUT}:6 - >=kde-apps/pimcommon-${PVCUT}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkdepim-${PVCUT}:6= + >=kde-apps/pimcommon-${PVCUT}:6= >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6