summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-04 18:58:06 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-04 18:58:06 +0200
commit66161ad172c342285aa776c50543b3768a4c7be1 (patch)
tree2dca529b404d457f0861d6fe2a1dd145e013cca2
parentdev-python/docker-py: Add python3_6 (diff)
downloadgentoo-66161ad1.tar.gz
gentoo-66161ad1.tar.bz2
gentoo-66161ad1.zip
dev-python/pretty-yaml: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild4
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