commit: d39c771b2e28d2507b75dd5818e551a7836fa728
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 12:19:35 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 12:20:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c771b
dev-python/xlrd: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/xlrd/xlrd-0.9.4.ebuild | 2 +-
dev-python/xlrd/xlrd-1.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/xlrd/xlrd-0.9.4.ebuild
b/dev-python/xlrd/xlrd-0.9.4.ebuild
index ac5a1c3b726..514b1feed37 100644
--- a/dev-python/xlrd/xlrd-0.9.4.ebuild
+++ b/dev-python/xlrd/xlrd-0.9.4.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
diff --git a/dev-python/xlrd/xlrd-1.0.0.ebuild
b/dev-python/xlrd/xlrd-1.0.0.ebuild
index c6449ad6314..ee838c75be3 100644
--- a/dev-python/xlrd/xlrd-1.0.0.ebuild
+++ b/dev-python/xlrd/xlrd-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1