diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-10-14 19:29:47 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-10-14 19:36:30 -0400 |
commit | 69d7fc43e592f00620f0eaaf16ab70a0b1e1dc76 (patch) | |
tree | 389e21651c75c1f4a1266f72399f4bceebc80a45 /dev-util/maturin | |
parent | dev-ruby/logger: Stabilize 1.6.1 sparc, #940969 (diff) | |
download | gentoo-69d7fc43e592f00620f0eaaf16ab70a0b1e1dc76.tar.gz gentoo-69d7fc43e592f00620f0eaaf16ab70a0b1e1dc76.tar.bz2 gentoo-69d7fc43e592f00620f0eaaf16ab70a0b1e1dc76.zip |
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>
Diffstat (limited to 'dev-util/maturin')
-rw-r--r-- | dev-util/maturin/maturin-1.7.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/maturin/maturin-1.7.4.ebuild b/dev-util/maturin/maturin-1.7.4.ebuild index 492408092f3f..6e76f6201b80 100644 --- a/dev-util/maturin/maturin-1.7.4.ebuild +++ b/dev-util/maturin/maturin-1.7.4.ebuild @@ -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} |