mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -617,7 +617,7 @@ unpacker_src_uri_depends() {
|
||||
*.7z)
|
||||
deps[7z]="
|
||||
|| (
|
||||
app-arch/7zip
|
||||
>=app-arch/7zip-24.09[symlink]
|
||||
app-arch/p7zip
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user