From 9f7a482055ce32093d2ad7c579c19a6c0ddef277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Fri, 19 May 2017 18:36:26 +0200 Subject: [PATCH] dev-python/pyramid: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/pyramid/pyramid-1.5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyramid/pyramid-1.5.8.ebuild b/dev-python/pyramid/pyramid-1.5.8.ebuild index 93f7e7bbd2e06..3ecd8ac53db3f 100644 --- a/dev-python/pyramid/pyramid-1.5.8.ebuild +++ b/dev-python/pyramid/pyramid-1.5.8.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,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1