commit: 38caf671c65663079d7312183914dc13225ec4ec
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 18:11:31 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 18:11:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38caf671
dev-libs/boost: [QA] Remove py3.8 dependency on numpy
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-libs/boost/{boost-1.72.0.ebuild => boost-1.72.0-r1.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-libs/boost/boost-1.72.0.ebuild
b/dev-libs/boost/boost-1.72.0-r1.ebuild
similarity index 98%
rename from dev-libs/boost/boost-1.72.0.ebuild
rename to dev-libs/boost/boost-1.72.0-r1.ebuild
index 698a63ea9cb..ef8bfc574f3 100644
--- a/dev-libs/boost/boost-1.72.0.ebuild
+++ b/dev-libs/boost/boost-1.72.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
@@ -39,9 +39,7 @@ RDEPEND="
mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] )
python? (
${PYTHON_DEPS}
- numpy? (
- $(python_gen_cond_dep
'>=dev-python/numpy-1.17[${PYTHON_USEDEP}]' -3)
- )
+ numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
)
zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"