commit: dabd343e6d37f421845d2c7279de18e65aadc93e Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Thu Feb 16 06:11:30 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Feb 16 06:12:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dabd343e
dev-python/oslo-sphinx: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 4 ++-- 1 file 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 fb99e7ee03..d80d509b1c 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