diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 16:11:25 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-04-28 16:11:25 +0200 |
commit | b49c4d6f2589b5b1c94d3c71dd6d161455ae01c0 (patch) | |
tree | 4a7ced802f20692904a100c2e211b048a63454ae /dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild | |
parent | dev-python/args: Add python3_6 (diff) | |
download | gentoo-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
Diffstat (limited to 'dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild')
-rw-r--r-- | dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild | 4 |
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 |