diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 20:45:59 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 20:54:15 +0300 |
commit | 34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea (patch) | |
tree | b81697c2790c9e55a5a5811f51a63dd7f2339841 /dev-util/gtk-doc/gtk-doc-1.33.2.ebuild | |
parent | dev-libs/libgweather: enable py3.10 (diff) | |
download | gentoo-34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea.tar.gz gentoo-34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea.tar.bz2 gentoo-34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea.zip |
dev-util/gtk-doc: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc/gtk-doc-1.33.2.ebuild')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.33.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild index 7babddaa211d..b2a40e1cc460 100644 --- a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit elisp-common gnome.org meson python-single-r1 readme.gentoo-r1 |