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 C482815800F for ; Sat, 28 Jan 2023 18:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1927EE0903; Sat, 28 Jan 2023 18:13:27 +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 F1583E0903 for ; Sat, 28 Jan 2023 18:13:26 +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 B4EC034096C for ; Sat, 28 Jan 2023 18:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274BD807 for ; Sat, 28 Jan 2023 18:13:23 +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: <1674929596.cca8f641d05fce672a43623231279bd41ac906e6.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild X-VCS-Directories: dev-vcs/hg-evolve/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: cca8f641d05fce672a43623231279bd41ac906e6 X-VCS-Branch: master Date: Sat, 28 Jan 2023 18:13:23 +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: 75421587-fd7b-41c9-9cd8-731348a27238 X-Archives-Hash: b56f7fcef90e4887a520c3724dcc6a97 commit: cca8f641d05fce672a43623231279bd41ac906e6 Author: Cédric Krier gentoo org> AuthorDate: Sat Jan 28 18:12:00 2023 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Jan 28 18:13:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca8f641 dev-vcs/hg-evolve: actually add 10.5.3 version Signed-off-by: Cédric Krier gentoo.org> dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild index c886f389633f..83206b9d6801 100644 --- a/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-10.5.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1