commit: 1237f284593875131e7411d1df52e71ace297d5d Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Wed Jul 4 12:40:27 2018 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> 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
