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 0717A15ACFB for ; Sat, 22 Apr 2023 06:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC339E09CB; Sat, 22 Apr 2023 06:53:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D525FE09CB for ; Sat, 22 Apr 2023 06:53:28 +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 0CA61341186 for ; Sat, 22 Apr 2023 06:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78ADAA4F for ; Sat, 22 Apr 2023 06:53:26 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1682146264.4a5ca3823a3917c91f41ced92529b522a963f36e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt6/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt6/PyQt6-6.4.2.ebuild dev-python/PyQt6/PyQt6-6.5.0.ebuild X-VCS-Directories: dev-python/PyQt6/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 4a5ca3823a3917c91f41ced92529b522a963f36e X-VCS-Branch: master Date: Sat, 22 Apr 2023 06:53:26 +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: aba35aeb-be08-4900-917d-f3c38cc90799 X-Archives-Hash: 27fea918eb77f5d3798caa2e52c455da commit: 4a5ca3823a3917c91f41ced92529b522a963f36e Author: Ionen Wolkens gentoo org> AuthorDate: Sat Apr 22 05:17:24 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Apr 22 06:51:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5ca382 dev-python/PyQt6: set DISTUTILS_EXT=1 Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt6/PyQt6-6.4.2.ebuild | 1 + dev-python/PyQt6/PyQt6-6.5.0.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/PyQt6/PyQt6-6.4.2.ebuild b/dev-python/PyQt6/PyQt6-6.4.2.ebuild index d1f60a1efb1b..ccee7f8cdba7 100644 --- a/dev-python/PyQt6/PyQt6-6.4.2.ebuild +++ b/dev-python/PyQt6/PyQt6-6.4.2.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} ) diff --git a/dev-python/PyQt6/PyQt6-6.5.0.ebuild b/dev-python/PyQt6/PyQt6-6.5.0.ebuild index 3490224e1178..0944c1869eab 100644 --- a/dev-python/PyQt6/PyQt6-6.5.0.ebuild +++ b/dev-python/PyQt6/PyQt6-6.5.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=sip PYPI_NO_NORMALIZE=1 PYTHON_COMPAT=( python3_{9..11} )