diff options
author | 2024-04-14 17:03:02 +0200 | |
---|---|---|
committer | 2024-04-14 17:33:42 +0200 | |
commit | 21df94fa092d1be6344a53e98726876f71feb1b1 (patch) | |
tree | d3c6d0fcfe5808b35cd4a9b3b672c346a5377190 /app-misc/golly | |
parent | app-arch/dtrx: enable py3.12 compat (diff) | |
download | gentoo-21df94fa092d1be6344a53e98726876f71feb1b1.tar.gz gentoo-21df94fa092d1be6344a53e98726876f71feb1b1.tar.bz2 gentoo-21df94fa092d1be6344a53e98726876f71feb1b1.zip |
app-misc/golly: enable py3.12 compat
Closes: https://bugs.gentoo.org/929331
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-misc/golly')
-rw-r--r-- | app-misc/golly/golly-4.2-r1.ebuild (renamed from app-misc/golly/golly-4.2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/golly/golly-4.2.ebuild b/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 |