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 E4EA4138334 for ; Wed, 4 Jul 2018 13:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB42E0948; Wed, 4 Jul 2018 13:24:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5BF60E093D for ; Wed, 4 Jul 2018 13:24:09 +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 20A11335CBD for ; Wed, 4 Jul 2018 13:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D428C300 for ; Wed, 4 Jul 2018 13:24:04 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1530710625.1237f284593875131e7411d1df52e71ace297d5d.hattya@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.4.ebuild www-servers/h2o/h2o-9999.ebuild X-VCS-Directories: www-servers/h2o/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1237f284593875131e7411d1df52e71ace297d5d X-VCS-Branch: master Date: Wed, 4 Jul 2018 13:24:04 +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: bf56b5b1-0ce7-45d6-bfa5-cacbf9bb32b9 X-Archives-Hash: 72eb661c3b8d6898d201c1dde703460a commit: 1237f284593875131e7411d1df52e71ace297d5d Author: Akinori Hattori gentoo org> AuthorDate: Wed Jul 4 12:40:27 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Jul 4 13:23:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1237f284 www-servers/h2o: build with make Closes: https://bugs.gentoo.org/655460 Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-servers/h2o/h2o-2.2.4.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.4.ebuild b/www-servers/h2o/h2o-2.2.4.ebuild index ab022fd4783..10c508037d7 100644 --- a/www-servers/h2o/h2o-2.2.4.ebuild +++ b/www-servers/h2o/h2o-2.2.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 - +CMAKE_MAKEFILE_GENERATOR="emake" USE_RUBY="ruby23 ruby24" inherit cmake-utils ruby-single systemd user diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 292131941a9..b0583fd8855 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 - +CMAKE_MAKEFILE_GENERATOR="emake" USE_RUBY="ruby23 ruby24" inherit cmake-utils git-r3 ruby-single systemd user