diff options
author | Ian Moone <csmk+gentoo@chaoslab.org> | 2018-04-28 11:11:14 +0900 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-29 09:35:14 +0200 |
commit | f10de6467735c17c8c47a62a0f021ff764b40711 (patch) | |
tree | b0292b306f4de7e6935c71a31aab23a9d340e4d5 /www-servers | |
parent | app-emulation/virtualbox-additions: Revbump to fix manifest. (diff) | |
download | gentoo-f10de6467735c17c8c47a62a0f021ff764b40711.tar.gz gentoo-f10de6467735c17c8c47a62a0f021ff764b40711.tar.bz2 gentoo-f10de6467735c17c8c47a62a0f021ff764b40711.zip |
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
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/h2o/h2o-2.2.4.ebuild | 4 | ||||
-rw-r--r-- | 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 1ad169707581..d33e39efe54d 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 0db4fc4f8f77..292131941a99 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 |