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 CCBB915808A for ; Fri, 25 Jul 2025 21:45:06 +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 B3D8033EB78 for ; Fri, 25 Jul 2025 21:45:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DF6C7110561; Fri, 25 Jul 2025 21:44:59 +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 CF45B110561 for ; Fri, 25 Jul 2025 21:44:59 +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 8CB433410EE for ; Fri, 25 Jul 2025 21:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2D55329D for ; Fri, 25 Jul 2025 21:44:57 +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: <1753479839.a3196baac605832a542d9dbf15a76145d071fd77.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/breezy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/breezy/breezy-3.3.12.ebuild X-VCS-Directories: dev-vcs/breezy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a3196baac605832a542d9dbf15a76145d071fd77 X-VCS-Branch: master Date: Fri, 25 Jul 2025 21:44:57 +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: c5fad180-c140-4ca2-a2da-a76d4dc61a15 X-Archives-Hash: 97f0a14689f9c410356f43bf76750f51 commit: a3196baac605832a542d9dbf15a76145d071fd77 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 25 14:30:32 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 25 21:43:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3196baa dev-vcs/breezy: switch optfeature to dev-python/gpgmepy Signed-off-by: Andreas Sturmlechner gentoo.org> dev-vcs/breezy/breezy-3.3.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/breezy/breezy-3.3.12.ebuild b/dev-vcs/breezy/breezy-3.3.12.ebuild index 1e65c30ad3a4..52c5a9cf8b0b 100644 --- a/dev-vcs/breezy/breezy-3.3.12.ebuild +++ b/dev-vcs/breezy/breezy-3.3.12.ebuild @@ -70,5 +70,5 @@ src_install() { pkg_postinst() { optfeature "access branches over sftp" "dev-python/pycryptodome dev-python/paramiko" - optfeature "PGP sign and verify commits" "app-crypt/gpgme[python]" + optfeature "PGP sign and verify commits" "dev-python/gpgmepy" }