From 5353f56b511f3296721124b72706429a9e6ae04d Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 15 Jun 2017 19:04:40 +0200 Subject: dev-python/routes: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/routes/routes-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild index 37edfc258068..eb06f9e027da 100644 --- a/dev-python/routes/routes-2.4.1.ebuild +++ b/dev-python/routes/routes-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad