commit:     3128d102dcf3cc155abe44311f54dc228691335d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 19:47:01 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 19:37:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3128d102

dev-python/pygtk: Unconditionally --disable-numpy

Reported-by: Perfect Gentleman <perfect007gentleman <AT> gmail.com>
Bug: https://bugs.gentoo.org/662518
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14540
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 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 f86cab545d5..76787281829 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}]
-               <dev-python/numpy-1.17.4[${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
        }

Reply via email to