dev-lang/orc: fix meson BDEPEND in 0.4.42

The minimum is greater than the eclass provides.

Fixes: 16cee051bd
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-03-25 04:18:06 +00:00
parent bb5559ce8b
commit 8e6777c084

View File

@@ -15,6 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86 ~x64-ma
IUSE="static-libs test"
RESTRICT="!test? ( test )"
BDEPEND=">=dev-build/meson-1.3.0"
# in orc-0.4.42 upstream dropped gtk-doc in favour of hotdoc, which isn't widely
# packaged yet. This means we have no docs, presently.