commit: 414634b8d7e0328c928aa90f25fc607266a74a4d Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Fri Aug 29 21:35:59 2025 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Fri Aug 29 21:57:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414634b8
dev-vcs/mercurial: add minimal version for rust Closes: https://bugs.gentoo.org/962131 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-vcs/mercurial/mercurial-7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/mercurial/mercurial-7.1.ebuild b/dev-vcs/mercurial/mercurial-7.1.ebuild index a6c91be3e0db..db38a5d11916 100644 --- a/dev-vcs/mercurial/mercurial-7.1.ebuild +++ b/dev-vcs/mercurial/mercurial-7.1.ebuild @@ -8,6 +8,7 @@ DISTUTILS_USE_PEP517="setuptools" DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="threads(+)" +RUST_MIN_VER="1.81" CRATES=" [email protected]
