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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9742515802F for ; Fri, 24 Feb 2023 09:54:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9CD0E07A9; Fri, 24 Feb 2023 09:54:07 +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 B6FBCE07A9 for ; Fri, 24 Feb 2023 09:54:07 +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 9666A340D88 for ; Fri, 24 Feb 2023 09:54:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8556531 for ; Fri, 24 Feb 2023 09:54:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1677232440.5fc7f60f4bc728433f8c08c36f657b36ab2c8cf0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gs-elpa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild app-portage/gs-elpa/gs-elpa-0.2.2.ebuild X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5fc7f60f4bc728433f8c08c36f657b36ab2c8cf0 X-VCS-Branch: master Date: Fri, 24 Feb 2023 09:54:04 +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: 2d7e3015-52ad-47d8-8f2d-2123764dd183 X-Archives-Hash: 8a715247a027d4de74dda2d5d31ee0dd commit: 5fc7f60f4bc728433f8c08c36f657b36ab2c8cf0 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 24 09:51:39 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 24 09:54:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc7f60f app-portage/gs-elpa: Revert to DISTUTILS_USE_SETUPTOOLS Signed-off-by: Ulrich Müller gentoo.org> app-portage/gs-elpa/{gs-elpa-0.2.2.ebuild => gs-elpa-0.2.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gs-elpa/gs-elpa-0.2.2.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild similarity index 95% rename from app-portage/gs-elpa/gs-elpa-0.2.2.ebuild rename to app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild index e7d0dfb7dd5d..01ea7f800b5f 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.2.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9,10} ) -DISTUTILS_USE_PEP517=setuptools +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1