diff options
author | Akinori Hattori <hattya@gentoo.org> | 2024-11-16 22:51:57 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2024-11-16 23:01:29 +0900 |
commit | cff47c35ef3ec2833db89f3f30777c391bc379bf (patch) | |
tree | 5dbf63b5088e9f65332b5a8a4df7a490ed655305 /www-servers | |
parent | www-servers/h2o: drop old (diff) | |
download | gentoo-cff47c35ef3ec2833db89f3f30777c391bc379bf.tar.gz gentoo-cff47c35ef3ec2833db89f3f30777c391bc379bf.tar.bz2 gentoo-cff47c35ef3ec2833db89f3f30777c391bc379bf.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-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 79636317600f..d23c024f17a0 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -3,7 +3,7 @@ EAPI="8" SSL_DEPS_SKIP=1 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs |