From d4ea0140612c61326779219850cbf3d08958dc99 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 9 Oct 2022 04:23:50 +0500 Subject: [PATCH] dev-cpp/cli11: fix test deps Signed-off-by: Anna (cybertailor) Vyalkova --- 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 e83d6f9161..793ca37ab4 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 +