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 625A8139000 for ; Fri, 30 Jul 2021 10:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EC9EE09E7; Fri, 30 Jul 2021 10:05:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D053E09E7 for ; Fri, 30 Jul 2021 10:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9ECD6343939 for ; Fri, 30 Jul 2021 09:11:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 546AB85A for ; Fri, 30 Jul 2021 09:11:34 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627595443.79bf6751e620355d08cf187af49cfbef1d71bc79.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 79bf6751e620355d08cf187af49cfbef1d71bc79 X-VCS-Branch: master Date: Fri, 30 Jul 2021 09:11:34 +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: 8f9d5a7f-1f44-40c7-b5e0-5f5b2e4762be X-Archives-Hash: 8fbe23cbca0b0450deccc8d3e3830049 commit: 79bf6751e620355d08cf187af49cfbef1d71bc79 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Thu Jul 29 21:50:43 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jul 29 21:50:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79bf6751 dev-libs/properties-cpp: Added a fix for test still breaking 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 | 4 ++++ 1 file changed, 4 insertions(+) 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 77afcce74..b5dd041f7 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild @@ -31,5 +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 + cmake_src_prepare }