diff options
Diffstat (limited to 'app-misc/golly')
-rw-r--r-- | app-misc/golly/golly-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/golly/golly-4.0.ebuild b/app-misc/golly/golly-4.0.ebuild index e62cf1408e20..337a05a7ad44 100644 --- a/app-misc/golly/golly-4.0.ebuild +++ b/app-misc/golly/golly-4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 WX_GTK_VER=3.0-gtk3 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit desktop python-single-r1 toolchain-funcs wxwidgets xdg-utils |