summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-28 19:11:31 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-28 19:11:31 +0100
commit38caf671c65663079d7312183914dc13225ec4ec (patch)
tree40a377780cda9d7fe0f39c392135db265b6f9bf8 /dev-libs/boost
parentkde-apps/kig: Remove py3.8 (diff)
downloadgentoo-38caf671c65663079d7312183914dc13225ec4ec.tar.gz
gentoo-38caf671c65663079d7312183914dc13225ec4ec.tar.bz2
gentoo-38caf671c65663079d7312183914dc13225ec4ec.zip
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@gentoo.org>
Diffstat (limited to 'dev-libs/boost')
-rw-r--r--dev-libs/boost/boost-1.72.0-r1.ebuild (renamed from dev-libs/boost/boost-1.72.0.ebuild)6
1 files 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
index 698a63ea9cb7..ef8bfc574f38 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}] )"