commit:     d4ea0140612c61326779219850cbf3d08958dc99
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Oct  8 23:23:50 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 23:23:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4ea0140

dev-cpp/cli11: fix test deps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-cpp/cli11/cli11-2.2.0.ebuild | 5 ++---
 dev-cpp/cli11/cli11-2.3.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-cpp/cli11/cli11-2.2.0.ebuild b/dev-cpp/cli11/cli11-2.2.0.ebuild
index e83d6f916..793ca37ab 100644
--- a/dev-cpp/cli11/cli11-2.2.0.ebuild
+++ b/dev-cpp/cli11/cli11-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,6 @@ DOCS_BUILDER="doxygen"
 DOCS_DIR="docs"
 inherit cmake docs
 
-CATCH_PV=2.13.6
 DESCRIPTION="Command line parser for C++11"
 HOMEPAGE="https://github.com/CLIUtils/CLI11 
https://cliutils.github.io/CLI11/book/";
 SRC_URI="https://github.com/CLIUtils/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -21,7 +20,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="test? (
-       dev-cpp/catch:0
+       <dev-cpp/catch-3:0
        dev-libs/boost
 )"
 

diff --git a/dev-cpp/cli11/cli11-2.3.0.ebuild b/dev-cpp/cli11/cli11-2.3.0.ebuild
index e4fcdc85b..793ca37ab 100644
--- a/dev-cpp/cli11/cli11-2.3.0.ebuild
+++ b/dev-cpp/cli11/cli11-2.3.0.ebuild
@@ -20,7 +20,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 DEPEND="test? (
-       dev-cpp/catch:0
+       <dev-cpp/catch-3:0
        dev-libs/boost
 )"
 

Reply via email to