Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/properties-cpp/
Date: Fri, 30 Jul 2021 10:05:05
Message-Id: 1627595673.0e32d84c615fa8316e5f458294feaf854580e647.andrewammerlaan@gentoo
1 commit: 0e32d84c615fa8316e5f458294feaf854580e647
2 Author: Gerben Jan Dijkman <gjdijkman <AT> gjdwebserver <DOT> nl>
3 AuthorDate: Thu Jul 29 21:54:33 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 21:54:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e32d84c
7
8 dev-libs/properties-cpp: Forgot a very imporant s
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Gerben jan Dijkman <gjdijkman <AT> gjdwebserver.nl>
12
13 dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
17 index b5dd041f7..51a1db6f8 100644
18 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
19 +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild
20 @@ -33,7 +33,7 @@ src_prepare() {
21 use !doc && truncate -s0 doc/CMakeLists.txt
22
23 #Remove the test from the build
24 - truncate -s0 test/CMakeLists.txt
25 + truncate -s0 tests/CMakeLists.txt
26
27 cmake_src_prepare
28 }