commit: b3c11ad7888226360acbfca8ffc210dd3cf43ddd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 31 22:37:35 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 31 22:37:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c11ad7
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 <AT> gentoo.org> dev-libs/boost/boost-1.85.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}] )"
