From 5a143b00fca94dcbdcd36f42eae26a4a8cf7ae5f Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 14 Apr 2025 22:17:11 +0300 Subject: [PATCH] kde-apps/ark: mention 7zip[symlink] as an optfeature alternative Bug: https://bugs.gentoo.org/953096 Signed-off-by: Alfred Wingate Signed-off-by: Sam James Signed-off-by: Andreas Sturmlechner --- 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 17b5e848de87f..c219415348cdf 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