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 2A05313934F for ; Tue, 27 Jul 2021 19:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78530E0870; Tue, 27 Jul 2021 19:57:24 +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 60419E0870 for ; Tue, 27 Jul 2021 19:57:24 +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 49565342C04 for ; Tue, 27 Jul 2021 19:57:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94ED4846 for ; Tue, 27 Jul 2021 19:57:20 +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: <1627324055.ef26f5fceae263f8b07334f8e9d3b5565503f13b.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: ef26f5fceae263f8b07334f8e9d3b5565503f13b X-VCS-Branch: master Date: Tue, 27 Jul 2021 19:57:20 +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: 502ccfc3-26c3-425d-898c-dc1fda36da3a X-Archives-Hash: dc82e9b53d41dd28f3dfb113562ecc02 commit: ef26f5fceae263f8b07334f8e9d3b5565503f13b Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Mon Jul 26 18:27:18 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 26 18:27:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef26f5fc dev-libs/properties-cpp: Forgot to take out TEST from src_prepare 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 | 1 - 1 file changed, 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 23f3e7548..77afcce74 100644 --- a/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild +++ b/dev-libs/properties-cpp/properties-cpp-0.0.2.ebuild @@ -31,6 +31,5 @@ MAKEOPTS="${MAKEOPTS} -j1" src_prepare() { use !doc && truncate -s0 doc/CMakeLists.txt - use !test && truncate -s0 tests/CMakeLists.txt cmake_src_prepare }