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 EF95E158074 for ; Thu, 19 Jun 2025 09:25:50 +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 DC35B3410B9 for ; Thu, 19 Jun 2025 09:25:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7D9C71104E2; Thu, 19 Jun 2025 09:25:42 +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 75B901104E2 for ; Thu, 19 Jun 2025 09:25:42 +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 2BFBB340F37 for ; Thu, 19 Jun 2025 09:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8982C2A08 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.e7724d3d261c5941351704fe895ffa0c67c095ac.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kleopatra/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild kde-apps/kleopatra/kleopatra-9999.ebuild X-VCS-Directories: kde-apps/kleopatra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e7724d3d261c5941351704fe895ffa0c67c095ac 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: 132218a7-2aca-4716-8828-1fc375c234c4 X-Archives-Hash: b19e9edd1f108ccac1c1c3438970eb95 commit: e7724d3d261c5941351704fe895ffa0c67c095ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 22:40:03 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=e7724d3d kde-apps/kleopatra: Add slot op on PIM libraries KDE PIM libraries break ABI on every release. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild | 12 ++++++------ kde-apps/kleopatra/kleopatra-9999.ebuild | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild b/kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild index 45594dfd50..e851a7363c 100644 --- a/kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-25.04.49.9999.ebuild @@ -26,9 +26,9 @@ DEPEND=" dev-libs/libassuan:= dev-libs/libgpg-error >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkleo-${PVCUT}:6 - >=kde-apps/mimetreeparser-${PVCUT}:6 + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkleo-${PVCUT}:6= + >=kde-apps/mimetreeparser-${PVCUT}:6= >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 @@ -47,9 +47,9 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 pim? ( - >=kde-apps/akonadi-mime-${PVCUT}:6 - >=kde-apps/kidentitymanagement-${PVCUT}:6 - >=kde-apps/kmailtransport-${PVCUT}:6 + >=kde-apps/akonadi-mime-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= ) " RDEPEND="${DEPEND} diff --git a/kde-apps/kleopatra/kleopatra-9999.ebuild b/kde-apps/kleopatra/kleopatra-9999.ebuild index 45594dfd50..e851a7363c 100644 --- a/kde-apps/kleopatra/kleopatra-9999.ebuild +++ b/kde-apps/kleopatra/kleopatra-9999.ebuild @@ -26,9 +26,9 @@ DEPEND=" dev-libs/libassuan:= dev-libs/libgpg-error >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=kde-apps/kmime-${PVCUT}:6 - >=kde-apps/libkleo-${PVCUT}:6 - >=kde-apps/mimetreeparser-${PVCUT}:6 + >=kde-apps/kmime-${PVCUT}:6= + >=kde-apps/libkleo-${PVCUT}:6= + >=kde-apps/mimetreeparser-${PVCUT}:6= >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 @@ -47,9 +47,9 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 pim? ( - >=kde-apps/akonadi-mime-${PVCUT}:6 - >=kde-apps/kidentitymanagement-${PVCUT}:6 - >=kde-apps/kmailtransport-${PVCUT}:6 + >=kde-apps/akonadi-mime-${PVCUT}:6= + >=kde-apps/kidentitymanagement-${PVCUT}:6= + >=kde-apps/kmailtransport-${PVCUT}:6= ) " RDEPEND="${DEPEND}