From fda3523b2ff7323a5510c30e1fb5c77d7d12e637 Mon Sep 17 00:00:00 2001 From: Paul Zander Date: Sat, 20 Dec 2025 13:32:42 +0100 Subject: [PATCH] sci-ml/cudnn-frontend: fix QA warning for catch dep Signed-off-by: Paul Zander Part-of: https://github.com/gentoo/gentoo/pull/45104 Closes: https://github.com/gentoo/gentoo/pull/45104 Signed-off-by: Alfredo Tupone --- sci-ml/cudnn-frontend/cudnn-frontend-1.11.0.ebuild | 2 +- sci-ml/cudnn-frontend/cudnn-frontend-1.12.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-ml/cudnn-frontend/cudnn-frontend-1.11.0.ebuild b/sci-ml/cudnn-frontend/cudnn-frontend-1.11.0.ebuild index 3bdf08c87699b..9c220f69b28c8 100644 --- a/sci-ml/cudnn-frontend/cudnn-frontend-1.11.0.ebuild +++ b/sci-ml/cudnn-frontend/cudnn-frontend-1.11.0.ebuild @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-cpp/nlohmann_json test? ( - >dev-cpp/catch-3 + >=dev-cpp/catch-3 ) " diff --git a/sci-ml/cudnn-frontend/cudnn-frontend-1.12.1.ebuild b/sci-ml/cudnn-frontend/cudnn-frontend-1.12.1.ebuild index 3bdf08c87699b..9c220f69b28c8 100644 --- a/sci-ml/cudnn-frontend/cudnn-frontend-1.12.1.ebuild +++ b/sci-ml/cudnn-frontend/cudnn-frontend-1.12.1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-cpp/nlohmann_json test? ( - >dev-cpp/catch-3 + >=dev-cpp/catch-3 ) "