From c8f863bdf449eefd62030c06646828187cdf9fd0 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Thu, 26 Oct 2017 11:15:27 +0800 Subject: [PATCH] dev-python/pyx-0.14.1: add python:3.6 support. Closes: https://github.com/gentoo/gentoo/pull/6057 --- dev-python/pyx/pyx-0.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyx/pyx-0.14.1.ebuild b/dev-python/pyx/pyx-0.14.1.ebuild index 2b079741f0dca..66f76ddc5a53b 100644 --- a/dev-python/pyx/pyx-0.14.1.ebuild +++ b/dev-python/pyx/pyx-0.14.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 MY_PN=PyX