dev-python/doctest-ignore-unicode: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:11:25 +0000 (16:11 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Apr 2017 14:11:25 +0000 (16:11 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild

index ed3cf7b51aad0a6c0d39796c48b168a9d3dfd6b9..351618c3101fa3a513b2b49acc9d433406e8c32a 100644 (file)
@@ -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