From 3128d102dcf3cc155abe44311f54dc228691335d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 28 Jan 2020 20:47:01 +0100 Subject: [PATCH] dev-python/pygtk: Unconditionally --disable-numpy Reported-by: Perfect Gentleman Bug: https://bugs.gentoo.org/662518 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner Closes: https://github.com/gentoo/gentoo/pull/14540 Signed-off-by: Mart Raudsepp --- dev-python/pygtk/pygtk-2.24.0-r5.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pygtk/pygtk-2.24.0-r5.ebuild b/dev-python/pygtk/pygtk-2.24.0-r5.ebuild index f86cab545d53..767872818298 100644 --- a/dev-python/pygtk/pygtk-2.24.0-r5.ebuild +++ b/dev-python/pygtk/pygtk-2.24.0-r5.ebuild @@ -25,10 +25,6 @@ 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-python2-1.16.5[${PYTHON_USEDEP}] - =gnome-base/libglade-2.5:2.0 " DEPEND="${RDEPEND} @@ -77,6 +73,7 @@ src_configure() { configure_pygtk() { ECONF_SOURCE="${S}" gnome2_src_configure \ $(use_enable doc docs) \ + --disable-numpy \ --with-glade \ --enable-thread } -- 2.26.2