diff options
author | Sam James <sam@gentoo.org> | 2020-12-02 19:06:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-02 19:06:24 +0000 |
commit | dcb5063355efa590e3ca18ebcf7382a916e57c9a (patch) | |
tree | 04a1be43178f04a50d41a95e4875397a33b3cec5 /dev-util/gtk-doc | |
parent | dev-util/cmake-3.19.1: fix compilation on Darwin (diff) | |
download | gentoo-dcb5063355efa590e3ca18ebcf7382a916e57c9a.tar.gz gentoo-dcb5063355efa590e3ca18ebcf7382a916e57c9a.tar.bz2 gentoo-dcb5063355efa590e3ca18ebcf7382a916e57c9a.zip |
dev-util/gtk-doc: add Python 3.8, 3.9
Closes: https://bugs.gentoo.org/747502
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild index ac05cc2f848b..81d3eb361bc2 100644 --- a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1 |