Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/
Date: Wed, 04 Jul 2018 13:24:10
Message-Id: 1530710625.1237f284593875131e7411d1df52e71ace297d5d.hattya@gentoo
1 commit: 1237f284593875131e7411d1df52e71ace297d5d
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 12:40:27 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 4 13:23:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1237f284
7
8 www-servers/h2o: build with make
9
10 Closes: https://bugs.gentoo.org/655460
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 www-servers/h2o/h2o-2.2.4.ebuild | 2 +-
14 www-servers/h2o/h2o-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-servers/h2o/h2o-2.2.4.ebuild b/www-servers/h2o/h2o-2.2.4.ebuild
18 index ab022fd4783..10c508037d7 100644
19 --- a/www-servers/h2o/h2o-2.2.4.ebuild
20 +++ b/www-servers/h2o/h2o-2.2.4.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -
26 +CMAKE_MAKEFILE_GENERATOR="emake"
27 USE_RUBY="ruby23 ruby24"
28
29 inherit cmake-utils ruby-single systemd user
30
31 diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
32 index 292131941a9..b0583fd8855 100644
33 --- a/www-servers/h2o/h2o-9999.ebuild
34 +++ b/www-servers/h2o/h2o-9999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 -
40 +CMAKE_MAKEFILE_GENERATOR="emake"
41 USE_RUBY="ruby23 ruby24"
42
43 inherit cmake-utils git-r3 ruby-single systemd user