summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 05:39:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 06:27:46 +0200
commit8498ea855fea146422764b7d9f9719019d6be0da (patch)
treeb3d78d998b837b27381cb16df66aba77a8fcd01b /dev-python/pybind11
parentapp-portage/mirrorselect: add 2.5.0 (diff)
downloadgentoo-8498ea855fea146422764b7d9f9719019d6be0da.tar.gz
gentoo-8498ea855fea146422764b7d9f9719019d6be0da.tar.bz2
gentoo-8498ea855fea146422764b7d9f9719019d6be0da.zip
dev-python/pybind11: Specify slot in dev-cpp/catch dependency
Closes: https://bugs.gentoo.org/931589 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r--dev-python/pybind11/pybind11-2.12.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pybind11/pybind11-2.12.0.ebuild b/dev-python/pybind11/pybind11-2.12.0.ebuild
index 69e54e32b12b..8a44efb8c4fb 100644
--- a/dev-python/pybind11/pybind11-2.12.0.ebuild
+++ b/dev-python/pybind11/pybind11-2.12.0.ebuild
@@ -28,8 +28,8 @@ RDEPEND="
"
BDEPEND="
test? (
- <dev-cpp/catch-3
- >=dev-cpp/catch-2.13.9
+ <dev-cpp/catch-3:0
+ >=dev-cpp/catch-2.13.9:0
dev-libs/boost
)
"