Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc/
Date: Wed, 02 Dec 2020 19:06:32
Message-Id: 1606935984.dcb5063355efa590e3ca18ebcf7382a916e57c9a.sam@gentoo
1 commit: dcb5063355efa590e3ca18ebcf7382a916e57c9a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 19:06:18 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 19:06:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb50633
7
8 dev-util/gtk-doc: add Python 3.8, 3.9
9
10 Closes: https://bugs.gentoo.org/747502
11 Package-Manager: Portage-3.0.9, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild
18 index ac05cc2f848..81d3eb361bc 100644
19 --- a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild
20 +++ b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8,9} )
27
28 inherit eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1