commit: 5a143b00fca94dcbdcd36f42eae26a4a8cf7ae5f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Mon Apr 14 19:17:11 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 21:25:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a143b00
kde-apps/ark: mention 7zip[symlink] as an optfeature alternative Bug: https://bugs.gentoo.org/953096 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/ark/ark-25.04.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/ark/ark-25.04.0.ebuild b/kde-apps/ark/ark-25.04.0.ebuild index 17b5e848de87..c219415348cd 100644 --- a/kde-apps/ark/ark-25.04.0.ebuild +++ b/kde-apps/ark/ark-25.04.0.ebuild @@ -72,7 +72,7 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "rar archive creation/extraction" "app-arch/rar" optfeature "rar archive extraction only" "app-arch/unar" "app-arch/unrar" - optfeature "7-Zip archive support" "app-arch/p7zip" + optfeature "7-Zip archive support" ">=app-arch/7zip-24.09[symlink(+)]" "app-arch/p7zip" optfeature "lrz archive support" "app-arch/lrzip" optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}" fi
