commit: 36a0506150ebeec99e6b079776a2c6d102584a92 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 21:08:56 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 21:11:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a05061
app-portage/getuto: link to upstream bug for --lsign-key vs sequoia Bug: https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/getuto/getuto-1.15-r1.ebuild | 3 ++- app-portage/getuto/getuto-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-portage/getuto/getuto-1.15-r1.ebuild b/app-portage/getuto/getuto-1.15-r1.ebuild index fc6f7718041b..e76ca23e1a86 100644 --- a/app-portage/getuto/getuto-1.15-r1.ebuild +++ b/app-portage/getuto/getuto-1.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ IUSE="test" RESTRICT="!test? ( test )" # gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key +# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152 RDEPEND=" || ( app-alternatives/gpg[reference] diff --git a/app-portage/getuto/getuto-9999.ebuild b/app-portage/getuto/getuto-9999.ebuild index 7315cccec2df..f62e5bbad8c5 100644 --- a/app-portage/getuto/getuto-9999.ebuild +++ b/app-portage/getuto/getuto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ IUSE="test" RESTRICT="!test? ( test )" # gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key +# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152 RDEPEND=" || ( app-alternatives/gpg[reference]
