From 5a0178e5b216dc23cb16343a9e4b93e687d16aac Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Wed, 26 Apr 2017 01:58:58 -0400 Subject: [PATCH] dev-python/pyqtgraph: add py36 support --- dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild b/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild index 567a6ccc3dee1..feab6bb2b450a 100644 --- a/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild +++ b/dev-python/pyqtgraph/pyqtgraph-0.10.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="a pure-python graphics and GUI library built on PyQt/PySide and numpy"