From 8498ea855fea146422764b7d9f9719019d6be0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 28 May 2024 05:39:44 +0200 Subject: [PATCH] dev-python/pybind11: Specify slot in dev-cpp/catch dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/931589 Signed-off-by: Michał Górny --- dev-python/pybind11/pybind11-2.12.0.ebuild | 4 ++-- 1 file 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 69e54e32b12be..8a44efb8c4fb3 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-2.13.9 + =dev-cpp/catch-2.13.9:0 dev-libs/boost ) "