commit:     b91b024ea4995a556584be69508588ba0f8efeef
Author:     NRK <nrk <AT> disroot <DOT> org>
AuthorDate: Fri Mar 14 18:20:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 06:52:59 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91b024e

app-misc/unfoo: accept 7zip[symlink]

the script only needs the 7z executable:
https://github.com/jlec/unfoo/blob/79ecf64f35ddb02fc06788ea2ad59f9a2a1c0580/unfoo#L240-L249

Signed-off-by: NRK <nrk <AT> disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/41079
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/unfoo/{unfoo-1.0.8-r1.ebuild => unfoo-1.0.8-r2.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild 
b/app-misc/unfoo/unfoo-1.0.8-r2.ebuild
similarity index 91%
rename from app-misc/unfoo/unfoo-1.0.8-r1.ebuild
rename to app-misc/unfoo/unfoo-1.0.8-r2.ebuild
index 051b951c6a2b..df6905970def 100644
--- a/app-misc/unfoo/unfoo-1.0.8-r1.ebuild
+++ b/app-misc/unfoo/unfoo-1.0.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,10 @@ RESTRICT="!test? ( test )"
 COMMON_DEPS="
        app-alternatives/bzip2
        app-alternatives/gzip
-       app-arch/p7zip
+       || (
+               >=app-arch/7zip-24.09[symlink(+)]
+               app-arch/p7zip
+       )
        || (
                app-arch/rar
                app-arch/unrar

Reply via email to