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: Thu, 03 Oct 2019 12:19:16
Message-Id: 1570104916.df25e2f009880085df4e2e61f91b5c2a4e2fd803.hattya@gentoo
1 commit: df25e2f009880085df4e2e61f91b5c2a4e2fd803
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 12:15:16 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 12:15:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df25e2f0
7
8 www-servers/h2o: update USE_RUBY
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 www-servers/h2o/h2o-2.2.5.ebuild | 2 +-
14 www-servers/h2o/h2o-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-servers/h2o/h2o-2.2.5.ebuild b/www-servers/h2o/h2o-2.2.5.ebuild
18 index de3a311b755..58660077497 100644
19 --- a/www-servers/h2o/h2o-2.2.5.ebuild
20 +++ b/www-servers/h2o/h2o-2.2.5.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI="6"
23 CMAKE_MAKEFILE_GENERATOR="emake"
24 SSL_DEPS_SKIP=1
25 -USE_RUBY="ruby23 ruby24"
26 +USE_RUBY="ruby24 ruby25 ruby26"
27
28 inherit cmake-utils ruby-single ssl-cert systemd toolchain-funcs user
29
30
31 diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
32 index b43017863ba..54be51dba8f 100644
33 --- a/www-servers/h2o/h2o-9999.ebuild
34 +++ b/www-servers/h2o/h2o-9999.ebuild
35 @@ -1,10 +1,10 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI="6"
41 CMAKE_MAKEFILE_GENERATOR="emake"
42 SSL_DEPS_SKIP=1
43 -USE_RUBY="ruby23 ruby24"
44 +USE_RUBY="ruby24 ruby25 ruby26"
45
46 inherit cmake-utils git-r3 ruby-single ssl-cert systemd toolchain-funcs user