diff options
author | Sam James <sam@gentoo.org> | 2024-05-31 23:37:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-31 23:37:35 +0100 |
commit | b3c11ad7888226360acbfca8ffc210dd3cf43ddd (patch) | |
tree | e275356d2e2ba85f7ae698a5ae243a27b927486c | |
parent | dev-libs/boost: fix build w/ numpy-2 (diff) | |
download | gentoo-b3c11ad7888226360acbfca8ffc210dd3cf43ddd.tar.gz gentoo-b3c11ad7888226360acbfca8ffc210dd3cf43ddd.tar.bz2 gentoo-b3c11ad7888226360acbfca8ffc210dd3cf43ddd.zip |
dev-libs/boost: subslot depend on numpy
no revbump as it didn't build for >=2 until now anyway
Bug: https://bugs.gentoo.org/932459
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/boost/boost-1.85.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.85.0.ebuild b/dev-libs/boost/boost-1.85.0.ebuild index dfa9b09e6ad2..ef6dcf165f8c 100644 --- a/dev-libs/boost/boost-1.85.0.ebuild +++ b/dev-libs/boost/boost-1.85.0.ebuild @@ -40,7 +40,7 @@ RDEPEND=" mpi? ( virtual/mpi[${MULTILIB_USEDEP},cxx,threads] ) python? ( ${PYTHON_DEPS} - numpy? ( dev-python/numpy[${PYTHON_USEDEP}] ) + numpy? ( dev-python/numpy:=[${PYTHON_USEDEP}] ) ) zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] ) zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )" |