dev-python/restructuredtext-lint: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Thu, 16 Feb 2017 06:20:52 +0000 (22:20 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 16 Feb 2017 06:20:52 +0000 (22:20 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild

index 503b41f54be82639887a27c7507bf9de7f958fca..007e8eac717831aa4f0696bd86e9fd58b9512f75 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1