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 828AB158074 for ; Thu, 19 Jun 2025 09:25:45 +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 6D87434128C for ; Thu, 19 Jun 2025 09:25:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4CCE41104DC; Thu, 19 Jun 2025 09:25:42 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3F2C51104D9 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 C7C09340DBF for ; Thu, 19 Jun 2025 09:25:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A5DD22FD 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.2c7a5ffab8aec386f30f4eec6aee123fc2b0638f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kgpg/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kgpg/kgpg-25.04.49.9999.ebuild kde-apps/kgpg/kgpg-9999.ebuild X-VCS-Directories: kde-apps/kgpg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2c7a5ffab8aec386f30f4eec6aee123fc2b0638f 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: d26cca86-f109-4e79-9825-a82581f1ec22 X-Archives-Hash: 309e1724d2242aa6c3e29e7a3cbe401d commit: 2c7a5ffab8aec386f30f4eec6aee123fc2b0638f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 17 22:39:47 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=2c7a5ffa kde-apps/kgpg: Add slot op on PIM libraries KDE PIM libraries break ABI on every release. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kgpg/kgpg-25.04.49.9999.ebuild | 4 ++-- kde-apps/kgpg/kgpg-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-apps/kgpg/kgpg-25.04.49.9999.ebuild b/kde-apps/kgpg/kgpg-25.04.49.9999.ebuild index b7db83c085..1955630a06 100644 --- a/kde-apps/kgpg/kgpg-25.04.49.9999.ebuild +++ b/kde-apps/kgpg/kgpg-25.04.49.9999.ebuild @@ -20,8 +20,8 @@ IUSE="" COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/akonadi-contacts-${PVCUT}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-contacts-${PVCUT}:6= >=kde-frameworks/karchive-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 diff --git a/kde-apps/kgpg/kgpg-9999.ebuild b/kde-apps/kgpg/kgpg-9999.ebuild index b7db83c085..1955630a06 100644 --- a/kde-apps/kgpg/kgpg-9999.ebuild +++ b/kde-apps/kgpg/kgpg-9999.ebuild @@ -20,8 +20,8 @@ IUSE="" COMMON_DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] - >=kde-apps/akonadi-${PVCUT}:6 - >=kde-apps/akonadi-contacts-${PVCUT}:6 + >=kde-apps/akonadi-${PVCUT}:6= + >=kde-apps/akonadi-contacts-${PVCUT}:6= >=kde-frameworks/karchive-${KFMIN}:6 >=kde-frameworks/kcodecs-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6