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 B4DBF1396D9 for ; Mon, 16 Oct 2017 03:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 455162BC033; Mon, 16 Oct 2017 03:35:01 +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 21A1E2BC02C for ; Mon, 16 Oct 2017 03:35:01 +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 6957833C4EE for ; Mon, 16 Oct 2017 03:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E537990A1 for ; Mon, 16 Oct 2017 03:34:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1508124759.52b032312e112a9d4c6bf7758f16d7af5d27a78a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ctwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/ctwm/ctwm-4.0.1.ebuild X-VCS-Directories: x11-wm/ctwm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 52b032312e112a9d4c6bf7758f16d7af5d27a78a X-VCS-Branch: master Date: Mon, 16 Oct 2017 03:34:56 +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-Archives-Salt: 216751b5-ceb2-485c-bde0-3018f76f2fd6 X-Archives-Hash: a78232550fa3a64b0597a2c2064f3db8 commit: 52b032312e112a9d4c6bf7758f16d7af5d27a78a Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:32:39 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 03:32:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b03231 x11-wm/ctwm: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 x11-wm/ctwm/ctwm-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/ctwm/ctwm-4.0.1.ebuild b/x11-wm/ctwm/ctwm-4.0.1.ebuild index a9b7409c23f..c57dae135bc 100644 --- a/x11-wm/ctwm/ctwm-4.0.1.ebuild +++ b/x11-wm/ctwm/ctwm-4.0.1.ebuild @@ -32,7 +32,7 @@ DEPEND=" " src_prepare() { - default + cmake-utils_src_prepare # implicit 'isspace' sed -i parse.c -e "// a#include " || die