From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4433A15817D for ; Fri, 7 Jun 2024 16:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3D4E29C0; Fri, 7 Jun 2024 16:50:14 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F935E29C0 for ; Fri, 7 Jun 2024 16:50:14 +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 4B395340BE2 for ; Fri, 7 Jun 2024 16:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8EF61C56 for ; Fri, 7 Jun 2024 16:50:11 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1717779005.e394eb879bbbe11e85526e7813d989cd87d7084c.cedk@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.5.3.ebuild dev-vcs/mercurial/mercurial-6.6.2.ebuild dev-vcs/mercurial/mercurial-6.7.3.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: e394eb879bbbe11e85526e7813d989cd87d7084c X-VCS-Branch: master Date: Fri, 7 Jun 2024 16:50:11 +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: bf5760e4-a3a5-4697-a8bc-c83dc1cfe393 X-Archives-Hash: 73590f9de71680a4e06583a09fb38e2c commit: e394eb879bbbe11e85526e7813d989cd87d7084c Author: Cédric Krier gentoo org> AuthorDate: Fri Jun 7 16:48:33 2024 +0000 Commit: Cédric Krier gentoo org> CommitDate: Fri Jun 7 16:50:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e394eb87 dev-vcs/mercurial: forbid rust extension with python3_12 Closes: https://bugs.gentoo.org/933474 Signed-off-by: Cédric Krier gentoo.org> dev-vcs/mercurial/mercurial-6.5.3.ebuild | 2 ++ dev-vcs/mercurial/mercurial-6.6.2.ebuild | 2 ++ dev-vcs/mercurial/mercurial-6.7.3.ebuild | 2 ++ dev-vcs/mercurial/mercurial-9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dev-vcs/mercurial/mercurial-6.5.3.ebuild b/dev-vcs/mercurial/mercurial-6.5.3.ebuild index bfa14f3f2494..d7bcc30791f4 100644 --- a/dev-vcs/mercurial/mercurial-6.5.3.ebuild +++ b/dev-vcs/mercurial/mercurial-6.5.3.ebuild @@ -186,6 +186,8 @@ DEPEND="emacs? ( >=app-editors/emacs-23.1:* ) dev-python/pygments[${PYTHON_USEDEP}] )" +REQUIRED_USE="rust? ( !$(python_gen_useflags 'python3_12') )" + SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )" diff --git a/dev-vcs/mercurial/mercurial-6.6.2.ebuild b/dev-vcs/mercurial/mercurial-6.6.2.ebuild index 4f7b98fedf5f..14955c8234f6 100644 --- a/dev-vcs/mercurial/mercurial-6.6.2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.6.2.ebuild @@ -196,6 +196,8 @@ DEPEND="emacs? ( >=app-editors/emacs-23.1:* ) dev-python/pygments[${PYTHON_USEDEP}] )" +REQUIRED_USE="rust? ( !$(python_gen_useflags 'python3_12') )" + SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )" diff --git a/dev-vcs/mercurial/mercurial-6.7.3.ebuild b/dev-vcs/mercurial/mercurial-6.7.3.ebuild index e3538643ddbe..e979332baafa 100644 --- a/dev-vcs/mercurial/mercurial-6.7.3.ebuild +++ b/dev-vcs/mercurial/mercurial-6.7.3.ebuild @@ -207,6 +207,8 @@ DEPEND="emacs? ( >=app-editors/emacs-23.1:* ) dev-python/pygments[${PYTHON_USEDEP}] )" +REQUIRED_USE="rust? ( !$(python_gen_useflags 'python3_12') )" + SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )" diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index a38cb9230332..6b16f427545a 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -34,6 +34,8 @@ DEPEND="emacs? ( >=app-editors/emacs-23.1:* ) dev-python/pygments[${PYTHON_USEDEP}] )" +REQUIRED_USE="rust? ( !$(python_gen_useflags 'python3_12') )" + SITEFILE="70${PN}-gentoo.el" RESTRICT="!test? ( test )"