app-portage/getuto: Sync with Gentoo

It's from Gentoo commit cea83daf500c95b2f50bbc231571a13d58db0c4d.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2025-11-03 07:06:40 +00:00 committed by Krzesimir Nowak
parent 2576e4c675
commit 9f85ea3555
2 changed files with 11 additions and 3 deletions

View File

@ -25,8 +25,12 @@ SLOT="0"
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
# gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key
RDEPEND=" RDEPEND="
app-crypt/gnupg || (
app-alternatives/gpg[reference]
app-alternatives/gpg[freepg(-)]
)
dev-libs/openssl dev-libs/openssl
sec-keys/openpgp-keys-gentoo-release sec-keys/openpgp-keys-gentoo-release
sys-apps/gentoo-functions sys-apps/gentoo-functions

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -25,8 +25,12 @@ SLOT="0"
IUSE="test" IUSE="test"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
# gpg[sequoia] fails w/ 0.13.1 because of missing --lsign-key
RDEPEND=" RDEPEND="
app-crypt/gnupg || (
app-alternatives/gpg[reference]
app-alternatives/gpg[freepg(-)]
)
dev-libs/openssl dev-libs/openssl
sec-keys/openpgp-keys-gentoo-release sec-keys/openpgp-keys-gentoo-release
sys-apps/gentoo-functions sys-apps/gentoo-functions