diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-12 05:19:35 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-12 05:20:13 -0700 |
commit | d39c771b2e28d2507b75dd5818e551a7836fa728 (patch) | |
tree | a8ddd5cd2b9f26c775c4152f934ff2c3ce3c59de /dev-python/xlrd | |
parent | app-emacs/ebuild-mode: Remove old. (diff) | |
download | gentoo-d39c771b2e28d2507b75dd5818e551a7836fa728.tar.gz gentoo-d39c771b2e28d2507b75dd5818e551a7836fa728.tar.bz2 gentoo-d39c771b2e28d2507b75dd5818e551a7836fa728.zip |
dev-python/xlrd: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/xlrd')
-rw-r--r-- | dev-python/xlrd/xlrd-0.9.4.ebuild | 2 | ||||
-rw-r--r-- | 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 ac5a1c3b7265..514b1feed376 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 c6449ad63146..ee838c75be3a 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 |