summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-05-05 14:33:01 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-05-05 14:41:44 +0200
commit0ba5aa15521d25c87296be53a5142a497492675a (patch)
treeb71657445d312ae5119d0c29719115f9ade02146 /dev-python/configargparse/configargparse-0.11.0.ebuild
parentgames-util/grfcodec: Bump to version 6.0.6 (bug #614996). (diff)
downloadgentoo-0ba5aa15521d25c87296be53a5142a497492675a.tar.gz
gentoo-0ba5aa15521d25c87296be53a5142a497492675a.tar.bz2
gentoo-0ba5aa15521d25c87296be53a5142a497492675a.zip
dev-python/configargparse: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/configargparse/configargparse-0.11.0.ebuild')
-rw-r--r--dev-python/configargparse/configargparse-0.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/configargparse/configargparse-0.11.0.ebuild b/dev-python/configargparse/configargparse-0.11.0.ebuild
index 40c2fd6436ab..234d651e595b 100644
--- a/dev-python/configargparse/configargparse-0.11.0.ebuild
+++ b/dev-python/configargparse/configargparse-0.11.0.ebuild
@@ -1,8 +1,8 @@
# 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,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1