commit:     21df94fa092d1be6344a53e98726876f71feb1b1
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:03:02 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:33:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21df94fa

app-misc/golly: enable py3.12 compat

Closes: https://bugs.gentoo.org/929331
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-misc/golly/{golly-4.2.ebuild => golly-4.2-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/golly/golly-4.2.ebuild 
b/app-misc/golly/golly-4.2-r1.ebuild
similarity index 95%
rename from app-misc/golly/golly-4.2.ebuild
rename to app-misc/golly/golly-4.2-r1.ebuild
index a35f1c8f3a23..c7e51fab9793 100644
--- a/app-misc/golly/golly-4.2.ebuild
+++ b/app-misc/golly/golly-4.2-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 WX_GTK_VER=3.2-gtk3
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg
 

Reply via email to