diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:02:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:16:47 +0100 |
commit | 8465c5506792439c60e64280d4ad8c04f78410ff (patch) | |
tree | a78c7e2c1890105f291040760909f54a15f7ad84 /dev-lang/gdl | |
parent | dev-python/bcolz: Remove Python 2 (diff) | |
download | gentoo-8465c5506792439c60e64280d4ad8c04f78410ff.tar.gz gentoo-8465c5506792439c60e64280d4ad8c04f78410ff.tar.bz2 gentoo-8465c5506792439c60e64280d4ad8c04f78410ff.zip |
dev-lang/gdl: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/gdl')
-rw-r--r-- | dev-lang/gdl/gdl-0.9.6-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/gdl/gdl-0.9.6-r2.ebuild b/dev-lang/gdl/gdl-0.9.6-r2.ebuild index 7e72f15aef01..3a51f5b1f4b9 100644 --- a/dev-lang/gdl/gdl-0.9.6-r2.ebuild +++ b/dev-lang/gdl/gdl-0.9.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,7 +39,10 @@ RDEPEND=" postscript? ( dev-libs/pslib ) python? ( ${PYTHON_DEPS} - dev-python/numpy[${PYTHON_USEDEP}] + || ( + dev-python/numpy-python2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + ) ) udunits? ( sci-libs/udunits ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )" |