Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/
Date: Tue, 24 Jul 2018 15:24:38
Message-Id: 1532445871.3ac48d9469a8ae37109abae96588c9ce2ee5dc7c.mgorny@gentoo
1 commit: 3ac48d9469a8ae37109abae96588c9ce2ee5dc7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 15:24:10 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 15:24:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac48d94
7
8 dev-libs/gobject-introspection: Enable py3.7
9
10 dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild
14 index d66d9a3032d..cd13d805e9c 100644
15 --- a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild
16 +++ b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
22 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
23 PYTHON_REQ_USE="xml"
24
25 inherit gnome2 python-single-r1 toolchain-funcs versionator