commit: bdcd1cd88ce3a236a479204cfcb92d2b1699a040 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 30 18:34:21 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 30 18:34:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcd1cd8
app-arch/lzip: Bump to EAPI 8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/lzip/lzip-1.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lzip/lzip-1.25.ebuild b/app-arch/lzip/lzip-1.25.ebuild index 99627d09963d..4bad440dd08b 100644 --- a/app-arch/lzip/lzip-1.25.ebuild +++ b/app-arch/lzip/lzip-1.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc inherit toolchain-funcs verify-sig
