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 CE35415806E for ; Thu, 1 Jun 2023 14:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3072E07D4; Thu, 1 Jun 2023 14:16:41 +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 B9968E07D4 for ; Thu, 1 Jun 2023 14:16:41 +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 AD66C34121B for ; Thu, 1 Jun 2023 14:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9B0BA7A for ; Thu, 1 Jun 2023 14:16:38 +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: <1685628977.51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/apitrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/apitrace/apitrace-9.0-r3.ebuild X-VCS-Directories: dev-util/apitrace/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f X-VCS-Branch: master Date: Thu, 1 Jun 2023 14:16:38 +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: 2e659eea-3288-4f4e-9e7a-61225806a7c7 X-Archives-Hash: 2b8f9f980e00dbf83854b66d585cfee0 commit: 51eb0a90e9f06667ef4cb04bd11d1e3a79bc6d5f Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jun 1 13:59:40 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 1 14:16:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51eb0a90 dev-util/apitrace: enable py3.11 Seems(?) fine (don't really use this, but tried it a bit with glxgears), albeit tests still fail for unrelated (to python) reasons wrt bug #738888. Still needs a bump, but this is just a quick drive-by and have no intention to look at this myself. Closes: https://bugs.gentoo.org/896914 Signed-off-by: Ionen Wolkens gentoo.org> dev-util/apitrace/apitrace-9.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/apitrace/apitrace-9.0-r3.ebuild b/dev-util/apitrace/apitrace-9.0-r3.ebuild index bf951a975ea6..a0e487e61f88 100644 --- a/dev-util/apitrace/apitrace-9.0-r3.ebuild +++ b/dev-util/apitrace/apitrace-9.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake-multilib multilib python-single-r1 DESCRIPTION="Tool for tracing, analyzing, and debugging graphics APIs"