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 3C3241580E0 for ; Tue, 03 Jun 2025 23:46:57 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 01EA63433A9 for ; Tue, 03 Jun 2025 23:46:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EB15C1102CD; Tue, 03 Jun 2025 23:46:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E12921102CD for ; Tue, 03 Jun 2025 23:46:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F5F63430E8 for ; Tue, 03 Jun 2025 23:46:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 329252817 for ; Tue, 03 Jun 2025 23:46:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748994316.6f83ee312f13f3079a88b34ce26d7b49f82b962c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.24.3.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f83ee312f13f3079a88b34ce26d7b49f82b962c X-VCS-Branch: master Date: Tue, 03 Jun 2025 23:46:54 +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: 678eb976-72f7-4afb-a0dd-1c9c51ebad57 X-Archives-Hash: 98858fa355eb20aa1ec4175ce40b1e9e commit: 6f83ee312f13f3079a88b34ce26d7b49f82b962c Author: Sam James gentoo org> AuthorDate: Tue Jun 3 23:44:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 3 23:45:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f83ee31 app-crypt/gpgme: add blockers on new split packages in 1.24.3 This serves as a hint to people adapting packages in overlays as to what the replacements are. It's not actually needed otherwise as we already put appropriate blockers in these new split packages. Signed-off-by: Sam James gentoo.org> app-crypt/gpgme/gpgme-1.24.3.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.24.3.ebuild b/app-crypt/gpgme/gpgme-1.24.3.ebuild index 7cc1a6a2bd0a..f6e1d9b495b6 100644 --- a/app-crypt/gpgme/gpgme-1.24.3.ebuild +++ b/app-crypt/gpgme/gpgme-1.24.3.ebuild @@ -48,9 +48,16 @@ RDEPEND=" >=app-crypt/gnupg-2 >=dev-libs/libassuan-2.5.3:= >=dev-libs/libgpg-error-1.46-r1:= - python? ( ${PYTHON_DEPS} ) + cxx? ( !dev-cpp/gpgmepp ) + python? ( + !dev-python/gpgmepy + ${PYTHON_DEPS} + ) qt5? ( dev-qt/qtcore:5 ) - qt6? ( dev-qt/qtbase:6 ) + qt6? ( + !dev-libs/qgpgme + dev-qt/qtbase:6 + ) " DEPEND=" ${RDEPEND}