summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-15 22:20:52 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-15 22:20:52 -0800
commit007cf1355751e34364635eb3deb07a5a78876e90 (patch)
tree3c5f46f15912059a2a051787cc9b52010650a0cc /dev-python/restructuredtext-lint
parentdev-python/oslo-sphinx: PYTHON_COMPAT: add python3_6 (diff)
downloadgentoo-007cf1355751e34364635eb3deb07a5a78876e90.tar.gz
gentoo-007cf1355751e34364635eb3deb07a5a78876e90.tar.bz2
gentoo-007cf1355751e34364635eb3deb07a5a78876e90.zip
dev-python/restructuredtext-lint: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/restructuredtext-lint')
-rw-r--r--dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
index 503b41f54be8..007e8eac7178 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
@@ -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