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 3DB52158086 for ; Sat, 8 Jan 2022 13:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65917E0794; Sat, 8 Jan 2022 13:31:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 37647E0794 for ; Sat, 8 Jan 2022 13:31:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6CA07342DF5 for ; Sat, 8 Jan 2022 13:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09FAB286 for ; Sat, 8 Jan 2022 13:31:47 +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: <1641648700.397e7ec709809c8c930abb396700b44f9161ede1.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-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 397e7ec709809c8c930abb396700b44f9161ede1 X-VCS-Branch: master Date: Sat, 8 Jan 2022 13:31:47 +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: a6bd9097-b869-43c0-921e-3ab758d70e4e X-Archives-Hash: 32c6ba18228a8e80308d1edd807fb255 commit: 397e7ec709809c8c930abb396700b44f9161ede1 Author: Cédric Krier gentoo org> AuthorDate: Sat Jan 8 13:21:14 2022 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Jan 8 13:31:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e7ec7 dev-vcs/mercurial: use EAPI 8 for live ebuild Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Cédric Krier gentoo.org> dev-vcs/mercurial/mercurial-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index d60f93143ed4..beb799473303 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="threads(+)" @@ -66,7 +66,6 @@ src_compile() { python_compile() { filter-flags -ftracer -ftree-vectorize - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" if use rust; then local -x HGWITHRUSTEXT="cpython" fi