From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-map/
Date: Mon, 8 Jul 2024 14:18:12 +0000 (UTC) [thread overview]
Message-ID: <1720448270.a6b3dbc24056988d7cc02f29dd0dccd8844dd9d9.sam@gentoo> (raw)
commit: a6b3dbc24056988d7cc02f29dd0dccd8844dd9d9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 14:17:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 14:17:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3dbc2
dev-cpp/robin-map: don't build tests w/ -Werror
Closes: https://bugs.gentoo.org/935749
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/robin-map/robin-map-1.3.0.ebuild | 5 ++++-
dev-cpp/robin-map/robin-map-9999.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/robin-map/robin-map-1.3.0.ebuild b/dev-cpp/robin-map/robin-map-1.3.0.ebuild
index a476d88fd8ce..5ebd0b902e42 100644
--- a/dev-cpp/robin-map/robin-map-1.3.0.ebuild
+++ b/dev-cpp/robin-map/robin-map-1.3.0.ebuild
@@ -27,7 +27,10 @@ BDEPEND="
src_test() {
cd tests || die
- sed -i -e '/Boost_USE_STATIC_LIBS/d' CMakeLists.txt || die
+ sed -i \
+ -e '/Boost_USE_STATIC_LIBS/d' \
+ -e 's/-Werror//' \
+ CMakeLists.txt || die
cmake -S "${S}/tests" -B . -GNinja || die
eninja
./tsl_robin_map_tests || die
diff --git a/dev-cpp/robin-map/robin-map-9999.ebuild b/dev-cpp/robin-map/robin-map-9999.ebuild
index a476d88fd8ce..5ebd0b902e42 100644
--- a/dev-cpp/robin-map/robin-map-9999.ebuild
+++ b/dev-cpp/robin-map/robin-map-9999.ebuild
@@ -27,7 +27,10 @@ BDEPEND="
src_test() {
cd tests || die
- sed -i -e '/Boost_USE_STATIC_LIBS/d' CMakeLists.txt || die
+ sed -i \
+ -e '/Boost_USE_STATIC_LIBS/d' \
+ -e 's/-Werror//' \
+ CMakeLists.txt || die
cmake -S "${S}/tests" -B . -GNinja || die
eninja
./tsl_robin_map_tests || die
next reply other threads:[~2024-07-08 14:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-08 14:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-18 20:51 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-map/ Andreas Sturmlechner
2025-05-21 19:52 Sam James
2024-11-29 13:47 Andreas Sturmlechner
2024-08-03 8:30 Jakov Smolić
2024-08-03 8:30 Jakov Smolić
2024-07-08 13:59 Sam James
2024-04-08 18:50 Andrew Ammerlaan
2022-02-28 7:06 Yixun Lan
2020-11-12 16:26 Sam James
2020-11-12 0:35 Thomas Deutschmann
2020-10-08 21:23 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=1720448270.a6b3dbc24056988d7cc02f29dd0dccd8844dd9d9.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