diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-15 22:11:30 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-15 22:12:36 -0800 |
commit | dabd343e6d37f421845d2c7279de18e65aadc93e (patch) | |
tree | e398abacc77145ce719044295ca9f4dd79db989c /dev-python/oslo-sphinx | |
parent | net-analyzer/slurm: Old. (diff) | |
download | gentoo-dabd343e6d37f421845d2c7279de18e65aadc93e.tar.gz gentoo-dabd343e6d37f421845d2c7279de18e65aadc93e.tar.bz2 gentoo-dabd343e6d37f421845d2c7279de18e65aadc93e.zip |
dev-python/oslo-sphinx: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/oslo-sphinx')
-rw-r--r-- | dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild index fb99e7ee030f..d80d509b1ca3 100644 --- a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild +++ b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 |