commit: a45fbb883b025b91067c897db14a3d8e4bfd22d9
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May 9 20:47:55 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May 9 20:48:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45fbb88
dev-libs/gobject-introspection: Add python3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-libs/gobject-introspection/gobject-introspection-1.52.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 dafc138ed42..1a1623a0639 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
PYTHON_REQ_USE="xml"
inherit gnome2 python-single-r1 toolchain-funcs versionator