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 0281C1396D9 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 341702BC03C; Mon, 16 Oct 2017 03:35:01 +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 010092BC033 for ; Mon, 16 Oct 2017 03:35:01 +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 152F433BF47 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 ACDDE909E 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: <1508124483.eeef0116a38e7a8e35b0d9ba96cf2fef626e1563.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/h2o/h2o-2.2.2.ebuild www-servers/h2o/h2o-9999.ebuild X-VCS-Directories: www-servers/h2o/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: eeef0116a38e7a8e35b0d9ba96cf2fef626e1563 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: 8b2be7a8-b387-44ce-8ba6-f5421f43e413 X-Archives-Hash: 7b26ba7e4b66d60059f9b166046058a7 commit: eeef0116a38e7a8e35b0d9ba96cf2fef626e1563 Author: David Seifert gentoo org> AuthorDate: Mon Oct 16 03:28:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Oct 16 03:28:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeef0116 www-servers/h2o: [QA] Add cmake-utils_src_prepare Package-Manager: Portage-2.3.11, Repoman-2.3.3 www-servers/h2o/h2o-2.2.2.ebuild | 2 +- www-servers/h2o/h2o-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/h2o/h2o-2.2.2.ebuild b/www-servers/h2o/h2o-2.2.2.ebuild index 428e789f69a..fef33e05d6f 100644 --- a/www-servers/h2o/h2o-2.2.2.ebuild +++ b/www-servers/h2o/h2o-2.2.2.ebuild @@ -37,7 +37,7 @@ src_prepare() { sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \ || die "sed fix failed!" - default + cmake-utils_src_prepare } src_configure() { diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index fb30d888bf1..761de2c20b0 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -37,7 +37,7 @@ src_prepare() { sed -i 's/-O2 -g ${CC_WARNING_FLAGS} //g' ./CMakeLists.txt \ || die "sed fix failed!" - default + cmake-utils_src_prepare } src_configure() {