mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
dev-python/pygsl: Set max supported gsl version
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574704 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -16,7 +17,8 @@ LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND="sci-libs/gsl
|
||||
DEPEND="
|
||||
<sci-libs/gsl-2
|
||||
dev-python/numpy[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
# Testsuite written to be run post install
|
||||
|
||||
Reference in New Issue
Block a user