Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/
Date: Sun, 29 Apr 2018 07:35:30
Message-Id: 1524987314.f10de6467735c17c8c47a62a0f021ff764b40711.mgorny@gentoo
1 commit: f10de6467735c17c8c47a62a0f021ff764b40711
2 Author: Ian Moone <csmk+gentoo <AT> chaoslab <DOT> org>
3 AuthorDate: Sat Apr 28 02:11:14 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 07:35:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10de646
7
8 www-servers/h2o: drop support for Ruby 2.2 (masked for removal)
9
10 Closes: https://github.com/gentoo/gentoo/pull/8177
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 www-servers/h2o/h2o-2.2.4.ebuild | 4 ++--
14 www-servers/h2o/h2o-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 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 1ad16970758..d33e39efe54 100644
19 --- a/www-servers/h2o/h2o-2.2.4.ebuild
20 +++ b/www-servers/h2o/h2o-2.2.4.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -USE_RUBY="ruby22 ruby23 ruby24"
29 +USE_RUBY="ruby23 ruby24"
30
31 inherit cmake-utils ruby-single systemd user
32
33
34 diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
35 index 0db4fc4f8f7..292131941a9 100644
36 --- a/www-servers/h2o/h2o-9999.ebuild
37 +++ b/www-servers/h2o/h2o-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 -USE_RUBY="ruby22 ruby23 ruby24"
46 +USE_RUBY="ruby23 ruby24"
47
48 inherit cmake-utils git-r3 ruby-single systemd user