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 7ADE6158088 for ; Fri, 31 Oct 2025 15:17:05 +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 5ED3D3415E5 for ; Fri, 31 Oct 2025 15:17:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3E1FF110561; Fri, 31 Oct 2025 15:17:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 35AF4110561 for ; Fri, 31 Oct 2025 15:17:04 +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 DC8AB3415D7 for ; Fri, 31 Oct 2025 15:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6DE3A90 for ; Fri, 31 Oct 2025 15:17:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1761923784.70f6843a90d729fb996f69099a07dbe56c6ce45f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/getuto/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/getuto/getuto-1.15.ebuild app-portage/getuto/getuto-9999.ebuild X-VCS-Directories: app-portage/getuto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 70f6843a90d729fb996f69099a07dbe56c6ce45f X-VCS-Branch: master Date: Fri, 31 Oct 2025 15:17:02 +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: cf8cd07e-8d85-4049-907f-8c6a14c204d6 X-Archives-Hash: 69db796cea7c8a1c5de7f8901a1731b8 commit: 70f6843a90d729fb996f69099a07dbe56c6ce45f Author: Michał Górny gentoo org> AuthorDate: Fri Oct 31 15:15:17 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 31 15:16:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f6843a app-portage/getuto: Permit app-alternatives/gpg Signed-off-by: Michał Górny gentoo.org> app-portage/getuto/getuto-1.15.ebuild | 6 +++++- app-portage/getuto/getuto-9999.ebuild | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app-portage/getuto/getuto-1.15.ebuild b/app-portage/getuto/getuto-1.15.ebuild index 09987c3f6d9f..ff1733680e9b 100644 --- a/app-portage/getuto/getuto-1.15.ebuild +++ b/app-portage/getuto/getuto-1.15.ebuild @@ -25,8 +25,12 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +# gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key RDEPEND=" - app-crypt/gnupg + || ( + app-alternatives/gpg[reference] + app-alternatives/gpg[freepg(-)] + ) dev-libs/openssl sec-keys/openpgp-keys-gentoo-release sys-apps/gentoo-functions diff --git a/app-portage/getuto/getuto-9999.ebuild b/app-portage/getuto/getuto-9999.ebuild index 288ed5ed1b96..3aae41d5975b 100644 --- a/app-portage/getuto/getuto-9999.ebuild +++ b/app-portage/getuto/getuto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,8 +25,12 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" +# gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key RDEPEND=" - app-crypt/gnupg + || ( + app-alternatives/gpg[reference] + app-alternatives/gpg[freepg(-)] + ) dev-libs/openssl sec-keys/openpgp-keys-gentoo-release sys-apps/gentoo-functions