summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-24 21:56:07 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-24 21:56:07 -0500
commit4d1969a314bd196bcc799528265f1658ebfb8855 (patch)
tree0bb36e2881f94afce04777edc8de63b04fa43c2b /dev-python/restructuredtext-lint
parentdev-python/reno: adding arm64 keyword (diff)
downloadgentoo-4d1969a314bd196bcc799528265f1658ebfb8855.tar.gz
gentoo-4d1969a314bd196bcc799528265f1658ebfb8855.tar.bz2
gentoo-4d1969a314bd196bcc799528265f1658ebfb8855.zip
dev-python/restructuredtext-lint: adding pythons
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/restructuredtext-lint')
-rw-r--r--dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild2
1 files changed, 1 insertions, 1 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 b7a226edf1c5..e4d9a6b203a0 100644
--- a/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
+++ b/dev-python/restructuredtext-lint/restructuredtext-lint-0.12.2.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
inherit distutils-r1