From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 525F61581EE for ; Sat, 05 Apr 2025 05:19:15 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3A3903432DC for ; Sat, 05 Apr 2025 05:19:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8BCDB1104B6; Sat, 05 Apr 2025 05:19:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 82D0B1104B6 for ; Sat, 05 Apr 2025 05:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FE743432D6 for ; Sat, 05 Apr 2025 05:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6126A1E0F for ; Sat, 05 Apr 2025 05:19:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1743829940.e7a99611db6ac84de81f66be89c55210f8f77521.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-6.7.4-r2.ebuild dev-vcs/mercurial/mercurial-6.7.4-r3.ebuild dev-vcs/mercurial/mercurial-6.8.2.ebuild dev-vcs/mercurial/mercurial-6.9.4.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7a99611db6ac84de81f66be89c55210f8f77521 X-VCS-Branch: master Date: Sat, 05 Apr 2025 05:19:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1dc1daf4-8f1b-47cc-b4b7-92ffecf0f042 X-Archives-Hash: defa3dd48ecdf7f10e37e6ea06322b42 commit: e7a99611db6ac84de81f66be89c55210f8f77521 Author: Sam James gentoo org> AuthorDate: Sat Apr 5 05:12:20 2025 +0000 Commit: Sam James gentoo 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 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=" zstd-sys@2.0.7+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=" zstd-sys@2.0.7+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=" zstd@0.12.3+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=" zstd@0.12.3+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"