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 726A0158091 for ; Sat, 11 Jun 2022 05:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C74E0839; Sat, 11 Jun 2022 05:19:05 +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 98FB1E0839 for ; Sat, 11 Jun 2022 05:19:05 +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 9462334189E for ; Sat, 11 Jun 2022 05:19:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4C9303 for ; Sat, 11 Jun 2022 05:19:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654924734.adda29b617e2c0c8b0283860bce3302e20e19918.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cloud-init/cloud-init-22.2-r1.ebuild app-emulation/cloud-init/cloud-init-9999.ebuild X-VCS-Directories: app-emulation/cloud-init/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: adda29b617e2c0c8b0283860bce3302e20e19918 X-VCS-Branch: master Date: Sat, 11 Jun 2022 05:19:03 +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: 6b705535-6f2e-497f-87e7-932c71d03ee0 X-Archives-Hash: ec7efe3e0fa70e93e77b7dab3bc632c9 commit: adda29b617e2c0c8b0283860bce3302e20e19918 Author: Sam James gentoo org> AuthorDate: Sat Jun 11 05:18:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 11 05:18:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adda29b6 app-emulation/cloud-init: add link to upstream bug re PEP517 Bug: https://bugs.gentoo.org/850628 Signed-off-by: Sam James gentoo.org> app-emulation/cloud-init/cloud-init-22.2-r1.ebuild | 1 + app-emulation/cloud-init/cloud-init-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-emulation/cloud-init/cloud-init-22.2-r1.ebuild b/app-emulation/cloud-init/cloud-init-22.2-r1.ebuild index b253c34820df..082f34e59987 100644 --- a/app-emulation/cloud-init/cloud-init-22.2-r1.ebuild +++ b/app-emulation/cloud-init/cloud-init-22.2-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 # Disabled for now: bug #850628 +# https://bugs.launchpad.net/cloud-init/+bug/1978328 #DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild index 9c937d818458..0c21e628855e 100644 --- a/app-emulation/cloud-init/cloud-init-9999.ebuild +++ b/app-emulation/cloud-init/cloud-init-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 # Disabled for now: bug #850628 #DISTUTILS_USE_PEP517=setuptools +# https://bugs.launchpad.net/cloud-init/+bug/1978328 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 udev