commit: 1e9743d32434fd50e04f53fe8556d39e78c9ac91 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Fri Dec 27 14:42:36 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Fri Dec 27 14:42:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e9743d3
dev-cpp/trompeloeil: fix tests Closes: https://bugs.gentoo.org/930813 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> 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 8dd31dfdc..d3c369781 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)
