mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
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@hacktivis.me>
This commit is contained in:
parent
2e513df863
commit
b3feeb1a58
@ -26,10 +26,14 @@ IUSE="test"
|
|||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="test? (
|
RDEPEND="dev-libs/openssl:="
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
test? (
|
||||||
dev-cpp/gtest
|
dev-cpp/gtest
|
||||||
dev-libs/simde
|
dev-libs/simde
|
||||||
)"
|
)
|
||||||
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
|
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user