From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18C431584AD for ; Sun, 27 Apr 2025 21:25:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0319A34344A for ; Sun, 27 Apr 2025 21:25:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 472821104B9; Sun, 27 Apr 2025 21:25:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3F9A11104B9 for ; Sun, 27 Apr 2025 21:25:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFF2B343419 for ; Sun, 27 Apr 2025 21:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88C342667 for ; Sun, 27 Apr 2025 21:25:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745789120.5a143b00fca94dcbdcd36f42eae26a4a8cf7ae5f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ark/ark-25.04.0.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5a143b00fca94dcbdcd36f42eae26a4a8cf7ae5f X-VCS-Branch: master Date: Sun, 27 Apr 2025 21:25:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70384488-9c28-4940-8ff7-7b335daf041e X-Archives-Hash: 3c7ea247017c4f9afccaf30314f2f658 commit: 5a143b00fca94dcbdcd36f42eae26a4a8cf7ae5f Author: Alfred Wingate protonmail com> AuthorDate: Mon Apr 14 19:17:11 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 protonmail.com> Signed-off-by: Sam James gentoo.org> Signed-off-by: Andreas Sturmlechner 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