commit: f10de6467735c17c8c47a62a0f021ff764b40711 Author: Ian Moone <csmk+gentoo <AT> chaoslab <DOT> org> AuthorDate: Sat Apr 28 02:11:14 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Apr 29 07:35:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10de646
www-servers/h2o: drop support for Ruby 2.2 (masked for removal) Closes: https://github.com/gentoo/gentoo/pull/8177 Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-servers/h2o/h2o-2.2.4.ebuild | 4 ++-- www-servers/h2o/h2o-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/h2o/h2o-2.2.4.ebuild b/www-servers/h2o/h2o-2.2.4.ebuild index 1ad16970758..d33e39efe54 100644 --- a/www-servers/h2o/h2o-2.2.4.ebuild +++ b/www-servers/h2o/h2o-2.2.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +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 0db4fc4f8f7..292131941a9 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby23 ruby24" inherit cmake-utils git-r3 ruby-single systemd user
