From b913580968ab876280ca8039108bdfef8d21de9b Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Fri, 2 Sep 2016 19:10:03 -0400 Subject: [PATCH] dev-python/pyqtgraph: add python3_5 support --- dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild index 98a4de25c2bd8..232c0f6b7c2ae 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy"