diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 18:58:06 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 18:58:06 +0200 |
commit | 66161ad172c342285aa776c50543b3768a4c7be1 (patch) | |
tree | 2dca529b404d457f0861d6fe2a1dd145e013cca2 /dev-python/pretty-yaml | |
parent | dev-python/docker-py: Add python3_6 (diff) | |
download | gentoo-66161ad172c342285aa776c50543b3768a4c7be1.tar.gz gentoo-66161ad172c342285aa776c50543b3768a4c7be1.tar.bz2 gentoo-66161ad172c342285aa776c50543b3768a4c7be1.zip |
dev-python/pretty-yaml: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/pretty-yaml')
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild index 433ecbbb6fb5..e8078513f8f9 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.8.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} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |