dev-libs/boost: [QA] Remove py3.8 dependency on numpy
authorDavid Seifert <soap@gentoo.org>
Tue, 28 Jan 2020 18:11:31 +0000 (19:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 28 Jan 2020 18:11:31 +0000 (19:11 +0100)
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-libs/boost/boost-1.72.0-r1.ebuild [moved from dev-libs/boost/boost-1.72.0.ebuild with 98% similarity]

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 698a63ea9cb7ba93fa292db83f09a4d7eaf362d6..ef8bfc574f3813b3110909b95d29cafc38a1229f 100644 (file)
@@ -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}] )"