From 1e9743d32434fd50e04f53fe8556d39e78c9ac91 Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Fri, 27 Dec 2024 23:42:36 +0900 Subject: [PATCH] dev-cpp/trompeloeil: fix tests Closes: https://bugs.gentoo.org/930813 Signed-off-by: Takuya Wakazono --- dev-cpp/trompeloeil/trompeloeil-47.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-cpp/trompeloeil/trompeloeil-47.ebuild b/dev-cpp/trompeloeil/trompeloeil-47.ebuild index 8dd31dfdc4..d3c3697815 100644 --- a/dev-cpp/trompeloeil/trompeloeil-47.ebuild +++ b/dev-cpp/trompeloeil/trompeloeil-47.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,6 +15,8 @@ KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" +BDEPEND="test? ( >=dev-cpp/catch-2:0 )" + src_configure() { local mycmakeargs=( -DTROMPELOEIL_BUILD_TESTS=$(usex test)