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 99BFF1581E7 for ; Sat, 27 Apr 2024 07:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8EEE29BA; Sat, 27 Apr 2024 07:46:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 11C6DE29BA for ; Sat, 27 Apr 2024 07:46:07 +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 503C9340441 for ; Sat, 27 Apr 2024 07:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E214D1755 for ; Sat, 27 Apr 2024 07:46:04 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1714203925.1fbd3c33d4de591558ad537da5f3fb36e14ac9d1.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opengfx/opengfx-7.1.ebuild X-VCS-Directories: games-misc/opengfx/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 1fbd3c33d4de591558ad537da5f3fb36e14ac9d1 X-VCS-Branch: master Date: Sat, 27 Apr 2024 07:46:04 +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: fe75650b-8015-42fb-b2c2-442ddedcc0a6 X-Archives-Hash: 81d464732781f124e3e343bd29f440a1 commit: 1fbd3c33d4de591558ad537da5f3fb36e14ac9d1 Author: Matthew Smith gentoo org> AuthorDate: Sat Apr 27 07:41:40 2024 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Apr 27 07:45:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbd3c33 games-misc/opengfx: enable py3.12 Test for ogfxe_extra.gfr still fails, but with same checksum as Python 3.11 (Bug #889073) Closes: https://bugs.gentoo.org/929584 Signed-off-by: Matthew Smith gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 2339cf531224..46401d798deb 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1