summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-29 14:27:35 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-29 18:31:48 +0200
commit07a3b06b340c0ff1e87b23d11e587ba863c479b7 (patch)
treea49cde2d23cd5cc4623dc58b938bcf6bf4778b3b
parentdev-python/hgtools: Support newer python (diff)
downloadgentoo-07a3b06b340c0ff1e87b23d11e587ba863c479b7.tar.gz
gentoo-07a3b06b340c0ff1e87b23d11e587ba863c479b7.tar.bz2
gentoo-07a3b06b340c0ff1e87b23d11e587ba863c479b7.zip
dev-python/jaraco-utils: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
index cf0c0969fbf5..9e37b474110b 100644
--- a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
+++ b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1