diff options
author | 2023-03-18 11:17:57 +0900 | |
---|---|---|
committer | 2023-03-18 11:17:57 +0900 | |
commit | 0e027e2901f99830fc690abfd88d46521394122a (patch) | |
tree | fbc37cf8e56b71b45b393a451ae897a7c378633f /www-servers | |
parent | www-servers/h2o: fix build with >=dev-lang/ruby-3.0 (diff) | |
download | gentoo-0e027e2901f99830fc690abfd88d46521394122a.tar.gz gentoo-0e027e2901f99830fc690abfd88d46521394122a.tar.bz2 gentoo-0e027e2901f99830fc690abfd88d46521394122a.zip |
www-servers/h2o: update USE_RUBY
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/h2o/h2o-2.2.6-r1.ebuild | 2 | ||||
-rw-r--r-- | www-servers/h2o/h2o-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/h2o/h2o-2.2.6-r1.ebuild b/www-servers/h2o/h2o-2.2.6-r1.ebuild index 2871e3f8b93b..01434dbf32a5 100644 --- a/www-servers/h2o/h2o-2.2.6-r1.ebuild +++ b/www-servers/h2o/h2o-2.2.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI="8" CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" inherit cmake ruby-single ssl-cert systemd toolchain-funcs diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index d55ecd1ea1cf..c66917cd3a44 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" SSL_DEPS_SKIP=1 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31" inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs |