commit: a329d5527279cd10166a184c07873323fda80d98 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 14:32:49 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 14:33:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a329d552
dev-python/pyqwt: Fix dev-python/PyQt4 dep version to 4.11.1 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=536948 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild index 08afe31..fbc122c 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,7 @@ IUSE="debug doc examples svg" RDEPEND=" x11-libs/qwt:5[svg?] - dev-python/PyQt4[${PYTHON_USEDEP}] + ~dev-python/PyQt4-4.11.1[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" DEPEND="${DEPEND}
