diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 16:13:21 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 16:13:21 +0900 |
commit | 62ba47f8904f0c93e2afa550875d44541172d522 (patch) | |
tree | cf397245d0edb5a4d1f8b7dd9734e4f7a5111d52 /www-servers | |
parent | games-board/stockfish: Bump to 14.1 (diff) | |
download | gentoo-62ba47f8904f0c93e2afa550875d44541172d522.tar.gz gentoo-62ba47f8904f0c93e2afa550875d44541172d522.tar.bz2 gentoo-62ba47f8904f0c93e2afa550875d44541172d522.zip |
www-servers/h2o: update USE_RUBY
Package-Manager: Portage-3.0.20, Repoman-3.0.3
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 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/h2o/h2o-2.2.6-r1.ebuild b/www-servers/h2o/h2o-2.2.6-r1.ebuild index 3c0c14adba6b..a1e7854aebf1 100644 --- a/www-servers/h2o/h2o-2.2.6-r1.ebuild +++ b/www-servers/h2o/h2o-2.2.6-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby26 ruby27" 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 d1f780ab5f1b..9ea1b75fb86b 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby26 ruby27" inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs |