From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/
Date: Sat, 17 Jun 2023 23:17:46 +0000 (UTC) [thread overview]
Message-ID: <1687043856.bf6b6efa2708673ac4630fd7cd7ab51e544046f2.sam@gentoo> (raw)
commit: bf6b6efa2708673ac4630fd7cd7ab51e544046f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 23:16:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 23:17:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6b6efa
app-forensics/aflplusplus: fix LLVM dep
We don't want to bind to the latest one around, as we're not even using it.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{aflplusplus-4.06c-r1.ebuild => aflplusplus-4.06c-r2.ebuild} | 2 +-
.../{aflplusplus-4.07c.ebuild => aflplusplus-4.07c-r1.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild b/app-forensics/aflplusplus/aflplusplus-4.06c-r2.ebuild
similarity index 97%
rename from app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild
rename to app-forensics/aflplusplus/aflplusplus-4.06c-r2.ebuild
index e7be31befa79..8c9982b8702c 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.06c-r1.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.06c-r2.ebuild
@@ -27,7 +27,7 @@ RESTRICT="test"
RDEPEND="
${PYTHON_DEPS}
- >=sys-devel/llvm-14:=
+ <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=
|| (
sys-devel/clang:14
sys-devel/clang:15
diff --git a/app-forensics/aflplusplus/aflplusplus-4.07c.ebuild b/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild
similarity index 97%
rename from app-forensics/aflplusplus/aflplusplus-4.07c.ebuild
rename to app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild
index 0cc23849eada..289f971a3c75 100644
--- a/app-forensics/aflplusplus/aflplusplus-4.07c.ebuild
+++ b/app-forensics/aflplusplus/aflplusplus-4.07c-r1.ebuild
@@ -26,7 +26,7 @@ RESTRICT="test"
RDEPEND="
${PYTHON_DEPS}
- >=sys-devel/llvm-14:=
+ <sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=
|| (
sys-devel/clang:14
sys-devel/clang:15
next reply other threads:[~2023-06-17 23:17 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-17 23:17 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-12 13:42 [gentoo-commits] repo/gentoo:master commit in: app-forensics/aflplusplus/ Sam James
2025-01-12 13:16 Sam James
2024-12-08 6:25 Sam James
2024-12-07 3:04 Sam James
2024-11-15 9:19 Arthur Zamarin
2024-11-14 18:41 Sam James
2024-10-05 2:23 Sam James
2024-10-05 2:23 Sam James
2024-10-03 9:35 Sam James
2024-10-03 9:35 Sam James
2023-12-15 23:03 Sam James
2023-12-15 21:05 Arthur Zamarin
2023-12-04 1:54 Sam James
2023-11-25 8:38 Sam James
2023-11-25 8:38 Sam James
2023-07-24 3:57 Sam James
2023-07-24 3:19 Sam James
2023-06-17 5:42 Sam James
2023-06-17 5:42 Sam James
2023-06-10 13:48 Sam James
2023-06-10 13:47 Sam James
2023-06-09 14:01 Arthur Zamarin
2023-06-09 13:48 Sam James
2023-04-18 5:30 Sam James
2023-03-04 9:34 Arthur Zamarin
2023-03-04 5:53 Arthur Zamarin
2023-01-27 6:23 Sam James
2023-01-10 3:36 Sam James
2023-01-09 9:45 Sam James
2022-12-10 4:52 Sam James
2022-12-10 4:52 Sam James
2022-12-10 4:51 Sam James
2022-12-10 4:48 Sam James
2022-12-10 4:48 Sam James
2022-09-22 1:09 Sam James
2022-08-31 18:29 Sam James
2022-08-31 4:39 Sam James
2022-07-20 2:45 Sam James
2022-07-19 20:26 Sam James
2022-07-04 23:24 Sam James
2022-03-06 8:00 Sam James
2022-03-02 3:42 Sam James
2021-08-24 23:26 Sam James
2021-08-24 11:40 Agostino Sarubbo
2021-07-22 4:03 Sam James
2021-07-22 3:23 Sam James
2021-07-22 2:50 Sam James
2021-07-02 5:05 Sam James
2021-04-27 18:22 Sam James
2021-04-27 18:20 Sam James
2021-04-25 22:01 Sam James
2021-04-25 22:01 Sam James
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=1687043856.bf6b6efa2708673ac4630fd7cd7ab51e544046f2.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