mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-cpp/cli11: fix test deps
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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
|
||||
)"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="test? (
|
||||
dev-cpp/catch:0
|
||||
<dev-cpp/catch-3:0
|
||||
dev-libs/boost
|
||||
)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user