commit: 52698ae760c428b367d4fd926e3f46242afe964f Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Tue Mar 25 12:54:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 26 22:53:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52698ae7
app-arch/lzma: upgrade to EAPI 8 needed so that unpacker can unpack the 7z files. [sam: Add more trailers.] Fixes: eed97d7edf59677017edc7feebb75b9a6056eebd Bug: https://bugs.gentoo.org/942397 Closes: https://bugs.gentoo.org/952020 Signed-off-by: NRK <nrk <AT> disroot.org> Closes: https://github.com/gentoo/gentoo/pull/41280 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/lzma/lzma-19.00.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lzma/lzma-19.00.ebuild b/app-arch/lzma/lzma-19.00.ebuild index 9e8d64adf163..a976c9039a22 100644 --- a/app-arch/lzma/lzma-19.00.ebuild +++ b/app-arch/lzma/lzma-19.00.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 inherit toolchain-funcs unpacker
