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 DF67B158095 for ; Wed, 3 Aug 2022 09:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16E7AE0DFB; Wed, 3 Aug 2022 09:12:16 +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 67B91E0DFB for ; Wed, 3 Aug 2022 09:12:15 +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 857FF340FD0 for ; Wed, 3 Aug 2022 09:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2345B4FB for ; Wed, 3 Aug 2022 09:12:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1659517921.e72d5ca6b3ca2b6db29dc43c3308e53f1cb05fb0.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e72d5ca6b3ca2b6db29dc43c3308e53f1cb05fb0 X-VCS-Branch: master Date: Wed, 3 Aug 2022 09:12:13 +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: de8dac14-2d70-4626-8de9-bbf200c51960 X-Archives-Hash: 87626099ec806ed2e24c5c15553b0c07 commit: e72d5ca6b3ca2b6db29dc43c3308e53f1cb05fb0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 3 22:17:21 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 3 09:12:01 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e72d5ca6 dev-qt/qtdeclarative: python3_11 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild index 34dc81bd..258f5833 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.5.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework"