From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 266AF139000 for ; Thu, 29 Jul 2021 21:54:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78273E0990; Thu, 29 Jul 2021 21:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59737E0990 for ; Thu, 29 Jul 2021 21:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A079343364 for ; Thu, 29 Jul 2021 21:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 962255C4 for ; Thu, 29 Jul 2021 21:54:38 +0000 (UTC) From: "Gerben Jan Dijkman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gerben Jan Dijkman" Message-ID: <1627595673.0e32d84c615fa8316e5f458294feaf854580e647.gjdijkman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/properties-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild X-VCS-Directories: dev-libs/properties-cpp/ X-VCS-Committer: gjdijkman X-VCS-Committer-Name: Gerben Jan Dijkman X-VCS-Revision: 0e32d84c615fa8316e5f458294feaf854580e647 X-VCS-Branch: dev Date: Thu, 29 Jul 2021 21:54:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6822c43-741d-444e-ba42-e17ddf10fc23 X-Archives-Hash: 18736c8bf7120be6a9cbd190acaa61c9 commit: 0e32d84c615fa8316e5f458294feaf854580e647 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Thu Jul 29 21:54:33 2021 +0000 Commit: Gerben Jan Dijkman gjdwebserver 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 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 }