commit: e7a99611db6ac84de81f66be89c55210f8f77521
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 5 05:12:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 5 05:12:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a99611
dev-vcs/mercurial: drop RUST_MAX_VER
It builds fine for me with USE=rust with 1.86.0. I don't see any use
of stdsimd.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild | 5 +----
dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild | 5 +----
dev-vcs/mercurial/mercurial-6.8.2.ebuild | 5 +----
dev-vcs/mercurial/mercurial-6.9.4.ebuild | 3 ---
dev-vcs/mercurial/mercurial-9999.ebuild | 5 +----
5 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild
b/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild
index 5654ea2bc44d..0125332dcb00 100644
--- a/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -181,9 +181,6 @@ CRATES="
[email protected]+zstd.1.5.4
"
-# for stdsimd
-RUST_MAX_VER=1.77.1
-
inherit bash-completion-r1 cargo elisp-common distutils-r1 flag-o-matic
multiprocessing
DESCRIPTION="Scalable distributed SCM"
diff --git a/dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild
b/dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild
index a9710dce0faa..9565ac4d715f 100644
--- a/dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -181,9 +181,6 @@ CRATES="
[email protected]+zstd.1.5.4
"
-# for stdsimd
-RUST_MAX_VER=1.77.1
-
inherit bash-completion-r1 cargo elisp-common distutils-r1 flag-o-matic
multiprocessing
DESCRIPTION="Scalable distributed SCM"
diff --git a/dev-vcs/mercurial/mercurial-6.8.2.ebuild
b/dev-vcs/mercurial/mercurial-6.8.2.ebuild
index f0e34dc38666..c6cddd54bec4 100644
--- a/dev-vcs/mercurial/mercurial-6.8.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -201,9 +201,6 @@ CRATES="
[email protected]+zstd.1.5.2
"
-# for stdsimd
-RUST_MAX_VER=1.77.1
-
inherit bash-completion-r1 cargo elisp-common distutils-r1 flag-o-matic
multiprocessing
DESCRIPTION="Scalable distributed SCM"
diff --git a/dev-vcs/mercurial/mercurial-6.9.4.ebuild
b/dev-vcs/mercurial/mercurial-6.9.4.ebuild
index 87627b726cb5..193dcc459c36 100644
--- a/dev-vcs/mercurial/mercurial-6.9.4.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.9.4.ebuild
@@ -216,9 +216,6 @@ CRATES="
[email protected]+zstd.1.5.2
"
-# for stdsimd
-RUST_MAX_VER=1.77.1
-
inherit bash-completion-r1 cargo elisp-common distutils-r1 flag-o-matic
multiprocessing
DESCRIPTION="Scalable distributed SCM"
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild
b/dev-vcs/mercurial/mercurial-9999.ebuild
index 1a6ba8505349..f7d7a4a95337 100644
--- a/dev-vcs/mercurial/mercurial-9999.ebuild
+++ b/dev-vcs/mercurial/mercurial-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,9 +9,6 @@ DISTUTILS_EXT=1
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
-# for stdsimd
-RUST_MAX_VER=1.77.1
-
inherit bash-completion-r1 cargo elisp-common distutils-r1 mercurial
flag-o-matic multiprocessing
DESCRIPTION="Scalable distributed SCM"