dev-util/maturin: bdepend on >=rust-1.74

Tested w/ rust-bin-1.74.1 in case there'd be other (higher)
restrictions and it seems to build fine. Maturin does not
typically try to target recent versions but crates may sneak
these requirements in.

Closes: https://bugs.gentoo.org/941548
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-10-14 19:29:47 -04:00
parent 0b70c7f75e
commit 69d7fc43e5

View File

@@ -462,6 +462,7 @@ RDEPEND="$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)"
DEPEND="ssl? ( dev-libs/openssl:= )"
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.74
doc? ( app-text/mdbook )
test? (
${RDEPEND}