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 2A5F9158088 for ; Fri, 4 Feb 2022 18:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8F002BC017; Fri, 4 Feb 2022 18:45:33 +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 D49BC2BC017 for ; Fri, 4 Feb 2022 18:45:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C49EC342ABF for ; Fri, 4 Feb 2022 18:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9872C6 for ; Fri, 4 Feb 2022 18:45:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644000223.983c760edfc0920f7a3dff0ed6423b367701f127.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-5.8.1.ebuild dev-vcs/mercurial/mercurial-5.8.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 983c760edfc0920f7a3dff0ed6423b367701f127 X-VCS-Branch: master Date: Fri, 4 Feb 2022 18:45:31 +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: b621a642-854a-463a-adaf-bc78427ca5c0 X-Archives-Hash: 525d37d69254508e286737fb6d7ee517 commit: 983c760edfc0920f7a3dff0ed6423b367701f127 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 18:42:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 18:43:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c760e dev-vcs/mercurial: Remove deprecated python_is_python3 Signed-off-by: Michał Górny gentoo.org> dev-vcs/mercurial/mercurial-5.8.1.ebuild | 1 - dev-vcs/mercurial/mercurial-5.8.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-5.8.1.ebuild b/dev-vcs/mercurial/mercurial-5.8.1.ebuild index 001bdb53dcb0..2cbe5612e12b 100644 --- a/dev-vcs/mercurial/mercurial-5.8.1.ebuild +++ b/dev-vcs/mercurial/mercurial-5.8.1.ebuild @@ -188,7 +188,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 diff --git a/dev-vcs/mercurial/mercurial-5.8.ebuild b/dev-vcs/mercurial/mercurial-5.8.ebuild index baafc45334e3..0da9a6dd131a 100644 --- a/dev-vcs/mercurial/mercurial-5.8.ebuild +++ b/dev-vcs/mercurial/mercurial-5.8.ebuild @@ -190,7 +190,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