From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/wabt/
Date: Thu, 23 May 2024 10:36:22 +0000 (UTC) [thread overview]
Message-ID: <1716381878.b3feeb1a58b5af05a2b9f7ca66537424ff6e5ebf.davidroman@gentoo> (raw)
commit: b3feeb1a58b5af05a2b9f7ca66537424ff6e5ebf
Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Wed May 22 12:36:52 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May 22 12:44:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3feeb1a
dev-lang/wabt: Add {,R}DEPEND on openssl (automagic)
Automagic being due to wabt also supporting PicoSHA2 as fallback
but sadly only vendored so better just explicitely pull openssl.
Closes: https://bugs.gentoo.org/932367
Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
dev-lang/wabt/wabt-1.0.34.ebuild | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/dev-lang/wabt/wabt-1.0.34.ebuild b/dev-lang/wabt/wabt-1.0.34.ebuild
index 688f1b944..399297341 100644
--- a/dev-lang/wabt/wabt-1.0.34.ebuild
+++ b/dev-lang/wabt/wabt-1.0.34.ebuild
@@ -26,10 +26,14 @@ IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="test? (
- dev-cpp/gtest
- dev-libs/simde
-)"
+RDEPEND="dev-libs/openssl:="
+DEPEND="
+ ${RDEPEND}
+ test? (
+ dev-cpp/gtest
+ dev-libs/simde
+ )
+"
BDEPEND="
${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
next reply other threads:[~2024-05-23 10:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-23 10:36 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-15 16:06 [gentoo-commits] repo/proj/guru:master commit in: dev-lang/wabt/ Julien Roy
2024-05-15 15:45 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-15 16:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-19 19:56 Julien Roy
2024-03-19 15:41 Julien Roy
2022-10-04 12:25 Andrew Ammerlaan
2022-09-30 7:44 Ronny Gutbrod
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=1716381878.b3feeb1a58b5af05a2b9f7ca66537424ff6e5ebf.davidroman@gentoo \
--to=davidroman96@gmail.com \
--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