commit: a54c362fcdbbb5f34e413e3ee4ae5b8d19d5ac47
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 10:09:41 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 10:10:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54c362f
dev-python/pygobject: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/pygobject/pygobject-3.20.1.ebuild | 2 +-
dev-python/pygobject/pygobject-3.22.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pygobject/pygobject-3.20.1.ebuild
b/dev-python/pygobject/pygobject-3.20.1.ebuild
index 4a06accce65..585be5fcb91 100644
--- a/dev-python/pygobject/pygobject-3.20.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.20.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit eutils gnome2 python-r1 virtualx
diff --git a/dev-python/pygobject/pygobject-3.22.0.ebuild
b/dev-python/pygobject/pygobject-3.22.0.ebuild
index 70c6dfd46cf..a6b538b28f5 100644
--- a/dev-python/pygobject/pygobject-3.22.0.ebuild
+++ b/dev-python/pygobject/pygobject-3.22.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit eutils gnome2 python-r1 virtualx