diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-13 01:14:56 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-13 01:14:56 -0800 |
commit | cda3b8fb138d60e9cd83862e306391be3e02b991 (patch) | |
tree | 0d6e56cd5614780c6a73a922248782325708c8cf /dev-python/sphinxcontrib-spelling | |
parent | dev-python/pyenchant: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-cda3b8fb138d60e9cd83862e306391be3e02b991.tar.gz gentoo-cda3b8fb138d60e9cd83862e306391be3e02b991.tar.bz2 gentoo-cda3b8fb138d60e9cd83862e306391be3e02b991.zip |
dev-python/sphinxcontrib-spelling: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/sphinxcontrib-spelling')
-rw-r--r-- | dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild index 6145e22e5f2c..bfe093124da2 100644 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild +++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |