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 698CC158064 for ; Thu, 9 May 2024 14:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7467E2BC04D; Thu, 9 May 2024 14:33:59 +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 583F32BC04D for ; Thu, 9 May 2024 14:33:59 +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 4BB08343097 for ; Thu, 9 May 2024 14:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9E51A48 for ; Thu, 9 May 2024 14:33:56 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1715265231.ba433532e29f159250d4fe3130fc065f27abaee3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-qxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild X-VCS-Directories: x11-drivers/xf86-video-qxl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ba433532e29f159250d4fe3130fc065f27abaee3 X-VCS-Branch: master Date: Thu, 9 May 2024 14:33:56 +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: da956199-b7f8-4cf4-9868-afabbc695a09 X-Archives-Hash: 09584ae1134e9d303f43dcbae0d82027 commit: ba433532e29f159250d4fe3130fc065f27abaee3 Author: Matt Turner gentoo org> AuthorDate: Thu May 9 14:32:27 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 9 14:33:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba433532 x11-drivers/xf86-video-qxl: Add Python 3.12 compatibility Closes: https://bugs.gentoo.org/929881 Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild index 170d1ff7a52b..3f13514a4da3 100644 --- a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild +++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) XORG_TARBALL_SUFFIX="xz" inherit python-single-r1 xorg-3