unpacker.eclass: fix 7zip dep

We have to depend on the right minimum version (and USE=symlink) to get
'7z'.

Bug: https://bugs.gentoo.org/942397
Closes: https://bugs.gentoo.org/952020
Fixes: 0dbde702f4
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-03-25 08:14:22 +00:00
parent 2b9f7b03b6
commit b0d848e9ff

View File

@@ -617,7 +617,7 @@ unpacker_src_uri_depends() {
*.7z)
deps[7z]="
|| (
app-arch/7zip
>=app-arch/7zip-24.09[symlink]
app-arch/p7zip
)
"