diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 12:38:54 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:41:24 +0200 |
commit | b26e78fef6670a8fae6bcdc1540af7069a5aebc4 (patch) | |
tree | 41e5fab8426d1ff0302c94df7aacded8a0b8a4fc /dev-python/sphinxcontrib-httpdomain | |
parent | dev-python/fusil: Support newer python (diff) | |
download | gentoo-b26e78fef6670a8fae6bcdc1540af7069a5aebc4.tar.gz gentoo-b26e78fef6670a8fae6bcdc1540af7069a5aebc4.tar.bz2 gentoo-b26e78fef6670a8fae6bcdc1540af7069a5aebc4.zip |
dev-python/sphinxcontrib-httpdomain: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/sphinxcontrib-httpdomain')
-rw-r--r-- | dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild index 4a4064b68477..670e1c924e27 100644 --- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild +++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |