diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:04:37 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-05 16:04:37 +0200 |
commit | da3e3f825d9e3bb40cc80a049fc4b5571906c722 (patch) | |
tree | 246baee998d1e695f068850f2e7143bfb649578a /dev-python/pdoc | |
parent | sys-auth/docker_auth: Version bump to 1.2.1 (diff) | |
download | gentoo-da3e3f825d9e3bb40cc80a049fc4b5571906c722.tar.gz gentoo-da3e3f825d9e3bb40cc80a049fc4b5571906c722.tar.bz2 gentoo-da3e3f825d9e3bb40cc80a049fc4b5571906c722.zip |
dev-python/pdoc: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pdoc')
-rw-r--r-- | dev-python/pdoc/pdoc-0.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pdoc/pdoc-0.3.2.ebuild b/dev-python/pdoc/pdoc-0.3.2.ebuild index f908abaf32c1..f30520b03774 100644 --- a/dev-python/pdoc/pdoc-0.3.2.ebuild +++ b/dev-python/pdoc/pdoc-0.3.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 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |