From 2050db1c23bc4daf2ada49c7a22c37700e4b2152 Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Wed, 15 Jan 2020 20:36:55 +0100 Subject: [PATCH] dev-python/pygtk: patch numpy dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The patch introduces alternate dev-python/numpy deps. Either use old numpy-1.16 or the new py2 only numpy-python2 package. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Bernd Waibel Closes: https://bugs.gentoo.org/705468 Signed-off-by: Michał Górny --- dev-python/pygtk/pygtk-2.24.0-r4.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/pygtk/pygtk-2.24.0-r4.ebuild b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild index b37ea3474c4f..1e78941ac11a 100644 --- a/dev-python/pygtk/pygtk-2.24.0-r4.ebuild +++ b/dev-python/pygtk/pygtk-2.24.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -25,7 +25,10 @@ RDEPEND="${PYTHON_DEPS} >=x11-libs/gtk+-2.24:2 >=dev-python/pycairo-1.0.2[${PYTHON_USEDEP}] >=dev-python/pygobject-2.26.8-r53:2[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] + || ( + >=dev-python/numpy-python2-1.16.5[${PYTHON_USEDEP}] + =gnome-base/libglade-2.5:2.0 " DEPEND="${RDEPEND} -- 2.26.2