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 BC2DD15ACFC for ; Wed, 26 Apr 2023 05:36:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5FACE0877; Wed, 26 Apr 2023 05:36:48 +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 9CDFCE0877 for ; Wed, 26 Apr 2023 05:36:48 +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 AE23633BE0D for ; Wed, 26 Apr 2023 05:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08190A54 for ; Wed, 26 Apr 2023 05:36:46 +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: <1682487388.0c0f4fa694b33bf47da8d7f3a018eecca2cc39a4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sip/sip-6.7.9.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c0f4fa694b33bf47da8d7f3a018eecca2cc39a4 X-VCS-Branch: master Date: Wed, 26 Apr 2023 05:36:46 +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: 40d31592-c1a5-4c90-a851-e3ff450ed5b0 X-Archives-Hash: fcc525e21020cd38c6f554423fd183de commit: 0c0f4fa694b33bf47da8d7f3a018eecca2cc39a4 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 26 04:07:27 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 26 05:36:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c0f4fa6 dev-python/sip: Set DISTUTILS_EXT=1 Signed-off-by: Michał Górny gentoo.org> dev-python/sip/sip-6.7.9.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sip/sip-6.7.9.ebuild b/dev-python/sip/sip-6.7.9.ebuild index 29b9c88145e5..86f31bebb74d 100644 --- a/dev-python/sip/sip-6.7.9.ebuild +++ b/dev-python/sip/sip-6.7.9.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools inherit distutils-r1