diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:27:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:58:30 +0100 |
commit | 9a8f579dfb46c7129ded16afa6345402ba8815dc (patch) | |
tree | 03cd8eec1d55b17c081c7c49e37a3f3c105c3884 /app-misc/golly | |
parent | sys-apps/shadow: Drop old (diff) | |
download | gentoo-9a8f579dfb46c7129ded16afa6345402ba8815dc.tar.gz gentoo-9a8f579dfb46c7129ded16afa6345402ba8815dc.tar.bz2 gentoo-9a8f579dfb46c7129ded16afa6345402ba8815dc.zip |
app-misc/golly: allow python 3.10
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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 |