diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-07-20 16:45:07 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-07-20 16:45:07 +0000 |
commit | eabcd6b3b98b9a6cbca6ecc922edf1d7173bd148 (patch) | |
tree | 2f394503ec7320e4fec98eb8fedad347fa6b6dc5 /dev-python/numexpr | |
parent | Drop dracut dependency, add ewarn about dracut or genkernel, bug 476936. Than... (diff) | |
download | gentoo-2-eabcd6b3b98b9a6cbca6ecc922edf1d7173bd148.tar.gz gentoo-2-eabcd6b3b98b9a6cbca6ecc922edf1d7173bd148.tar.bz2 gentoo-2-eabcd6b3b98b9a6cbca6ecc922edf1d7173bd148.zip |
update numpy in RDEPEND, fixes Bug #471850
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/numexpr')
-rw-r--r-- | dev-python/numexpr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numexpr/numexpr-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numexpr/ChangeLog b/dev-python/numexpr/ChangeLog index a1168910c3f8..02db29f34b23 100644 --- a/dev-python/numexpr/ChangeLog +++ b/dev-python/numexpr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numexpr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/ChangeLog,v 1.11 2013/04/28 11:23:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/ChangeLog,v 1.12 2013/07/20 16:45:07 idella4 Exp $ + + 20 Jul 2013; Ian Delaney <idella4@gentoo.org> numexpr-2.1.ebuild: + update numpy in RDEPEND, fixes Bug #471850 *numexpr-2.1 (28 Apr 2013) diff --git a/dev-python/numexpr/numexpr-2.1.ebuild b/dev-python/numexpr/numexpr-2.1.ebuild index f8ee43fe20a1..bda0a79b0ab3 100644 --- a/dev-python/numexpr/numexpr-2.1.ebuild +++ b/dev-python/numexpr/numexpr-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/numexpr-2.1.ebuild,v 1.1 2013/04/28 11:23:45 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numexpr/numexpr-2.1.ebuild,v 1.2 2013/07/20 16:45:07 idella4 Exp $ EAPI=5 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="mkl" -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/numpy-1.7.1[${PYTHON_USEDEP}] mkl? ( sci-libs/mkl )" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" |