From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/
Date: Mon, 14 Apr 2025 23:29:15 +0000 (UTC) [thread overview]
Message-ID: <1744673328.0254b513dd6c9210f989d37ce3882c967c2f0e56.sam@gentoo> (raw)
commit: 0254b513dd6c9210f989d37ce3882c967c2f0e56
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Apr 14 18:00:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 23:28:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0254b513
app-arch/patool: use app-arch/7zip if possible
7zip is also keyworded on x86 now due to https://bugs.gentoo.org/953098.
7zip + || ( 7zip[symlink] p7zip ) is to get maximum test coverage as
patool supports both 7zz and 7z.
Bug: https://bugs.gentoo.org/953092
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/41593
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-arch/patool/patool-4.0.0.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/app-arch/patool/patool-4.0.0.ebuild b/app-arch/patool/patool-4.0.0.ebuild
index a11332d4ab07..7775199ee8a5 100644
--- a/app-arch/patool/patool-4.0.0.ebuild
+++ b/app-arch/patool/patool-4.0.0.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
+ app-arch/7zip
app-arch/arj
app-arch/bzip2
app-arch/bzip3
@@ -33,7 +34,6 @@ BDEPEND="
app-arch/lzip
app-arch/lzop
app-arch/ncompress
- app-arch/p7zip
app-arch/pbzip2
app-arch/pdlzip
app-arch/pigz
@@ -58,9 +58,12 @@ BDEPEND="
sys-apps/diffutils
sys-apps/file
sys-apps/grep
+ || (
+ >=app-arch/7zip-24.09[symlink(+)]
+ app-arch/p7zip
+ )
!elibc_musl? ( app-arch/rar )
!x86? (
- app-arch/7zip
app-arch/clzip
app-arch/lrzip
app-arch/unar
@@ -76,7 +79,6 @@ BDEPEND="
# app-arch/clzip is unkeyworded on x86
# app-arch/lrzip bug #916317 on x86
# app-arch/unar is unkeyworded on x86
-# app-arch/7zip is unkeyworded on x86
# Unpackaged testable dependencies
# archmage
next reply other threads:[~2025-04-14 23:29 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-14 23:29 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-20 5:53 [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ Joonas Niilola
2025-06-19 7:23 Joonas Niilola
2025-05-13 1:47 Sam James
2025-05-13 1:47 Sam James
2025-04-15 18:55 Arthur Zamarin
2025-04-15 5:30 Arthur Zamarin
2025-04-14 23:29 Sam James
2025-04-14 7:32 Joonas Niilola
2025-03-21 16:09 Jakov Smolić
2025-03-05 11:40 Sam James
2025-03-05 11:40 Sam James
2025-02-16 6:38 Sam James
2025-02-16 6:38 Sam James
2025-02-16 6:38 Sam James
2025-02-16 6:38 Sam James
2025-02-16 6:38 Sam James
2025-02-16 6:38 Sam James
2025-02-13 7:14 Joonas Niilola
2025-02-11 1:30 Jakov Smolić
2025-02-10 3:11 Sam James
2024-11-26 5:57 Eli Schwartz
2024-11-26 5:57 Eli Schwartz
2024-09-22 18:31 Arthur Zamarin
2024-09-22 9:16 Sam James
2024-08-23 2:08 Eli Schwartz
2024-08-23 2:08 Eli Schwartz
2024-08-22 9:38 Jakov Smolić
2024-08-21 14:34 Sam James
2024-07-11 16:30 Eli Schwartz
2024-05-21 8:58 Florian Schmaus
2024-05-21 8:58 Florian Schmaus
2024-04-07 5:46 Joonas Niilola
2024-04-07 5:46 Joonas Niilola
2024-03-12 15:47 Sam James
2024-03-12 14:38 Arthur Zamarin
2024-02-28 9:12 Florian Schmaus
2024-02-15 7:07 Joonas Niilola
2024-02-15 6:50 Joonas Niilola
2024-01-30 11:33 Sam James
2024-01-30 11:33 Sam James
2023-12-16 7:45 Joonas Niilola
2023-12-16 7:22 Joonas Niilola
2023-11-30 21:39 Sam James
2023-11-30 20:16 Michał Górny
2023-11-30 14:11 Joonas Niilola
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-10-27 5:43 Joonas Niilola
2023-10-27 5:43 Joonas Niilola
2023-05-01 8:47 Sam James
2021-05-28 14:19 Michał Górny
2021-05-28 14:19 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-01-20 19:18 Ben Kohler
2018-06-27 17:15 Pacho Ramos
2016-07-02 12:36 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744673328.0254b513dd6c9210f989d37ce3882c967c2f0e56.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox