summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-16 11:50:28 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-16 11:50:28 +0200
commit367cb89aa1fc867b2748c491f31b744fa431e562 (patch)
tree22fdfdf23c2c39c4fa06a4edb2c140ba6e8626e6 /dev-libs/boost-numpy
parentdev-libs/boost: Add blocker for dev-libs/boost-numpy (diff)
downloadgentoo-367cb89aa1fc867b2748c491f31b744fa431e562.tar.gz
gentoo-367cb89aa1fc867b2748c491f31b744fa431e562.tar.bz2
gentoo-367cb89aa1fc867b2748c491f31b744fa431e562.zip
dev-libs/boost-numpy: Upper bound on boost
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/boost-numpy')
-rw-r--r--dev-libs/boost-numpy/boost-numpy-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
index c084c9a645f9..11da47af1408 100644
--- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild
+++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-python/numpy[${PYTHON_USEDEP}]
- dev-libs/boost[python,${PYTHON_USEDEP}]"
+ <dev-libs/boost-1.70[python,${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
src_prepare() {