From 18ea954ec9b9c3aae1692594d661257e60ebc463 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 24 Mar 2016 21:56:31 -0500 Subject: [PATCH] dev-python/doc8: more pythons Package-Manager: portage-2.2.26 --- dev-python/doc8/doc8-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild index ba242e7b0d7a9..835cf3c0debb7 100644 --- a/dev-python/doc8/doc8-0.6.0.ebuild +++ b/dev-python/doc8/doc8-0.6.0.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