From 5587e8fe01ea8775bfc7a4f6067875f62b442ad0 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Tue, 18 Apr 2017 14:25:18 -0500 Subject: [PATCH] dev-python/qtconsole: add python3_6 support Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/qtconsole/qtconsole-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qtconsole/qtconsole-4.3.0.ebuild b/dev-python/qtconsole/qtconsole-4.3.0.ebuild index 4ab1876f67486..135ee28be41df 100644 --- a/dev-python/qtconsole/qtconsole-4.3.0.ebuild +++ b/dev-python/qtconsole/qtconsole-4.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 virtualx