commit: 5a0178e5b216dc23cb16343a9e4b93e687d16aac Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Wed Apr 26 05:58:58 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Wed Apr 26 06:22:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0178e5
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 567a6ccc3de..feab6bb2b45 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"