From a4528e5ee69bdd2eaa7a89e0997d51ea7b6428c1 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 10 Feb 2022 20:40:22 +0300 Subject: [PATCH] archivers/file-roller: really switch from p7zip to 7-zip --- archivers/file-roller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 51bb6b0f775b..9d560030cf43 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -41,7 +41,7 @@ OPTIONS_GROUP_FORMATS= 7ZIP ARJ LZO RAR ZIP FORMATS_DESC= Additional compression formats support 7ZIP_DESC= 7zip archive support -7ZIP_RUN_DEPENDS= 7z:archivers/p7zip +7ZIP_RUN_DEPENDS= 7zz:archivers/7-zip ARJ_DESC= ARJ archive support ARJ_RUN_DEPENDS= arj:archivers/arj