dev-cpp/cli11: fix test deps

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-10-09 04:23:50 +05:00
parent a6544fc359
commit d4ea014061
2 changed files with 3 additions and 4 deletions

View File

@@ -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
)"

View File

@@ -20,7 +20,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="test? (
dev-cpp/catch:0
<dev-cpp/catch-3:0
dev-libs/boost
)"