summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-04-28 16:11:25 +0200
committerManuel Rüger <mrueg@gentoo.org>2017-04-28 16:11:25 +0200
commitb49c4d6f2589b5b1c94d3c71dd6d161455ae01c0 (patch)
tree4a7ced802f20692904a100c2e211b048a63454ae
parentdev-python/args: Add python3_6 (diff)
downloadgentoo-b49c4d6f2589b5b1c94d3c71dd6d161455ae01c0.tar.gz
gentoo-b49c4d6f2589b5b1c94d3c71dd6d161455ae01c0.tar.bz2
gentoo-b49c4d6f2589b5b1c94d3c71dd6d161455ae01c0.zip
dev-python/doctest-ignore-unicode: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild
index ed3cf7b51aad..351618c3101f 100644
--- a/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild
+++ b/dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.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=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1