commit: 3c0b897e08bfc654fce36868b3ce6d797dceb8ea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 27 03:01:37 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Mar 27 03:01:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0b897e
sec-keys/openpgp-keys-gnutls: drop back to EAPI 7 Per base-system policy, although it is avoidable with USE=-verify-sig. Signed-off-by: Sam James <sam <AT> gentoo.org> sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20220320.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20220320.ebuild b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20220320.ebuild index 01c608c423ec..49537eae074d 100644 --- a/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20220320.ebuild +++ b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20220320.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 DESCRIPTION="OpenPGP keys used by GnuTLS" HOMEPAGE="https://www.gnutls.org/download.html"
