app-misc/corectrl: only require dev-cpp/catch and dev-cpp/trompeloeil if building the tests

Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
This commit is contained in:
Kostadin Shishmanov
2023-07-04 12:37:25 +03:00
parent d0d949398e
commit 553a4f02cb
2 changed files with 8 additions and 4 deletions

View File

@@ -38,8 +38,10 @@ DEPEND="
dev-libs/pugixml
dev-cpp/easyloggingpp
dev-cpp/units
~dev-cpp/catch-2.13.8
dev-cpp/trompeloeil
test? (
~dev-cpp/catch-2.13.8
dev-cpp/trompeloeil
)
"
BDEPEND="${DEPEND}"

View File

@@ -38,8 +38,10 @@ DEPEND="
dev-libs/pugixml
dev-cpp/easyloggingpp
dev-cpp/units
~dev-cpp/catch-2.13.8
dev-cpp/trompeloeil
test? (
~dev-cpp/catch-2.13.8
dev-cpp/trompeloeil
)
"
BDEPEND="${DEPEND}"