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 7852D158094 for ; Tue, 2 Aug 2022 04:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1489E0EBE; Tue, 2 Aug 2022 04:08:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84171E0EBE for ; Tue, 2 Aug 2022 04:08:53 +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 73991340FD4 for ; Tue, 2 Aug 2022 04:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E203155B for ; Tue, 2 Aug 2022 04:08:50 +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: <1659413067.77de20b0d60b530525bfa85aa0aeec4faa468653.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/distutils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77de20b0d60b530525bfa85aa0aeec4faa468653 X-VCS-Branch: master Date: Tue, 2 Aug 2022 04:08:50 +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: 7190588e-c31f-4a1d-aa69-ee276115e873 X-Archives-Hash: 0b142d5e5dae90c98fb795602e32c261 commit: 77de20b0d60b530525bfa85aa0aeec4faa468653 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 27 07:20:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 2 04:04:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77de20b0 distutils-r1.eclass: Require gpep517 >= 8 Signed-off-by: Michał Górny gentoo.org> eclass/distutils-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 9909ba70178c..85a5c8496d49 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -205,7 +205,7 @@ _distutils_set_globals() { fi bdep=' - >=dev-python/gpep517-6[${PYTHON_USEDEP}] + >=dev-python/gpep517-8[${PYTHON_USEDEP}] ' case ${DISTUTILS_USE_PEP517} in flit)