From: Michał Górny Date: Tue, 24 Jul 2018 15:24:10 +0000 (+0200) Subject: dev-libs/gobject-introspection: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3ac48d9469a8ae37109abae96588c9ce2ee5dc7c;p=gentoo.git dev-libs/gobject-introspection: Enable py3.7 --- diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild index d66d9a3032d8..cd13d805e9c9 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) PYTHON_REQ_USE="xml" inherit gnome2 python-single-r1 toolchain-funcs versionator