commit: 0e32d84c615fa8316e5f458294feaf854580e647
Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
AuthorDate: Thu Jul 29 21:54:33 2021 +0000
Commit: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
CommitDate: Thu Jul 29 21:54:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e32d84c
dev-libs/properties-cpp: Forgot a very imporant s
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 b5dd041f7..51a1db6f8 100644
--- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
+++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
@@ -33,7 +33,7 @@ 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
}