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 7F46215802F for ; Fri, 24 Feb 2023 11:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82591E07C5; Fri, 24 Feb 2023 11:37:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D674BE07C5 for ; Fri, 24 Feb 2023 11:37: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9118A340DD4 for ; Fri, 24 Feb 2023 11:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7D658B7 for ; Fri, 24 Feb 2023 11:37:50 +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: <1677238635.b88ba06da0bb8e6bf4c9437181e39093070274c4.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 X-VCS-Directories: app-portage/gs-elpa/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b88ba06da0bb8e6bf4c9437181e39093070274c4 X-VCS-Branch: master Date: Fri, 24 Feb 2023 11:37: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: cf81bcbc-a46e-4d45-800d-a3b27355f21d X-Archives-Hash: ad9bc62db0090c53edd2269077ff3eee commit: b88ba06da0bb8e6bf4c9437181e39093070274c4 Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 24 11:37:15 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 24 11:37:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88ba06d app-portage/gs-elpa: Fix warning from distutils-r1 Signed-off-by: Ulrich Müller gentoo.org> app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild b/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild index 01ea7f800b5f..700d6a063028 100644 --- a/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild +++ b/app-portage/gs-elpa/gs-elpa-0.2.2-r1.ebuild @@ -4,7 +4,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{9,10} ) -DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1