commit: a5ccabaa77825ac61123c39a7bd159d9cf93c840 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 21:10:11 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 21:11:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ccabaa
app-portage/gemato: link to upstream bug for trust-model 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/gemato/gemato-20.12.ebuild | 2 ++ app-portage/gemato/gemato-9999.ebuild | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app-portage/gemato/gemato-20.12.ebuild b/app-portage/gemato/gemato-20.12.ebuild index 587eba01b06a..3ec9cce17e4f 100644 --- a/app-portage/gemato/gemato-20.12.ebuild +++ b/app-portage/gemato/gemato-20.12.ebuild @@ -29,6 +29,8 @@ RDEPEND=" dev-python/rich[${PYTHON_USEDEP}] ) " +# gpg for tests: trust-moel direct +# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152 BDEPEND=" test? ( app-alternatives/gpg[ssl] diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 6ee874c94935..81b8c7009330 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-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 @@ -29,6 +29,8 @@ RDEPEND=" dev-python/rich[${PYTHON_USEDEP}] ) " +# gpg for tests: trust-moel direct +# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/work_items/152 BDEPEND=" test? ( >=app-crypt/gnupg-2.2.20-r1
