commit: 367cb89aa1fc867b2748c491f31b744fa431e562
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 09:50:28 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 09:50:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367cb89a
dev-libs/boost-numpy: Upper bound on boost
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/boost-numpy/boost-numpy-9999.ebuild | 4 ++--
1 file 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 c084c9a645f..11da47af140 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() {