commit: fda3523b2ff7323a5510c30e1fb5c77d7d12e637 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Dec 20 12:32:42 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Dec 20 15:42:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda3523b
sci-ml/cudnn-frontend: fix QA warning for catch dep Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45104 Closes: https://github.com/gentoo/gentoo/pull/45104 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> 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 3bdf08c87699..9c220f69b28c 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 3bdf08c87699..9c220f69b28c 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 ) "
