commit: e0d3678844fb98e523ebb57108a9cdac2d0232f2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 17 15:12:44 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 17 16:17:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d36788
dev-python/libcst: Set RUST_MIN_VER Closes: https://bugs.gentoo.org/961609 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/libcst/libcst-1.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/libcst/libcst-1.8.2.ebuild b/dev-python/libcst/libcst-1.8.2.ebuild index a92dd4603022..0086200d0431 100644 --- a/dev-python/libcst/libcst-1.8.2.ebuild +++ b/dev-python/libcst/libcst-1.8.2.ebuild @@ -7,6 +7,7 @@ DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) +RUST_MIN_VER="1.80.0" CRATES=" [email protected] [email protected]
