From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1514034-garchives=archives.gentoo.org@lists.gentoo.org>
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 B1D3615ACFC
	for <garchives@archives.gentoo.org>; Mon,  1 May 2023 17:55:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8ADB7E0845;
	Mon,  1 May 2023 17:55:46 +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 72797E0845
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2023 17:55:46 +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 89E8A341562
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2023 17:55:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 232E2A5D
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 May 2023 17:55:44 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1682963574.e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad.sam@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: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad
X-VCS-Branch: master
Date: Mon,  1 May 2023 17:55:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 60c2db23-402e-46aa-ad34-49933c68dd96
X-Archives-Hash: b0e6370fd8c762dd0c254fde23f9e5fd

commit:     e0a7b1f30a0998be5bfd2e37b5f2187592e9bdad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 17:52:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 17:52:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a7b1f3

games-misc/opengfx: enable py3.11

Closes: https://bugs.gentoo.org/896960
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-misc/opengfx/opengfx-7.1.ebuild | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild
index 6dc493a2456c..2339cf531224 100644
--- a/games-misc/opengfx/opengfx-7.1.ebuild
+++ b/games-misc/opengfx/opengfx-7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit python-any-r1
 
@@ -28,12 +28,6 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-7.1-no-which.patch
 )
 
-src_prepare() {
-	default
-
-	python-any-r1_pkg_setup
-}
-
 src_compile() {
 	local myemakeargs=(
 		GIMP=""