Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-doc/
Date: Wed, 27 Oct 2021 17:54:30
Message-Id: 1635357255.34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea.arthurzam@gentoo
1 commit: 34fe3fc9fbdb4c9399511f6ac6df2df2d00be1ea
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 17:45:59 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 17:54:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe3fc9
7
8 dev-util/gtk-doc: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-util/gtk-doc/gtk-doc-1.33.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
16 index 7babddaa211..b2a40e1cc46 100644
17 --- a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
18 +++ b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit elisp-common gnome.org meson python-single-r1 readme.gentoo-r1