commit: d33762e29e5a768a25abd7ca895d7b55e6f5951d Author: NRK <nrk <AT> disroot <DOT> org> AuthorDate: Tue Mar 25 12:51:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 26 22:53:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33762e2
Revert "unpacker.eclass: fix 7zip dep" unpacker already checks for 7zz (always provided by app-arch/7zip) and uses it if available and thus 7z symlink was not necessary. the problem was in app-arch/lzma using EAPI=7, unpacker doesn't handle 7z files when below EAPI=8 This reverts commit b0d848e9ff18dff2ec1a47d4c4487e010edd80c8. [sam: Add more Bug: trailers.] Bug: https://bugs.gentoo.org/942397 Bug: https://bugs.gentoo.org/952020 Signed-off-by: NRK <nrk <AT> disroot.org> Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/unpacker.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 85ea9921e560..0ace3ae53cb9 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -617,7 +617,7 @@ unpacker_src_uri_depends() { *.7z) deps[7z]=" || ( - >=app-arch/7zip-24.09[symlink] + app-arch/7zip app-arch/p7zip ) "
