From ff82ad41a29e57471e884a202e0b6442252ed381 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 29 Jul 2021 23:53:45 +0200 Subject: [PATCH] Fix --- dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild index ec2b96e..51a1db6 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild @@ -31,9 +31,9 @@ MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { use !doc && truncate -s0 doc/CMakeLists.txt - + #Remove the test from the build - truncate -s0 test/CMakeLists.txt - + truncate -s0 tests/CMakeLists.txt + cmake_src_prepare }