From 21df94fa092d1be6344a53e98726876f71feb1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Sun, 14 Apr 2024 17:03:02 +0200 Subject: [PATCH] app-misc/golly: enable py3.12 compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/929331 Signed-off-by: Maciej Barć --- app-misc/golly/{golly-4.2.ebuild => golly-4.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app-misc/golly/{golly-4.2.ebuild => golly-4.2-r1.ebuild} (95%) 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