diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-10-03 21:15:16 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-10-03 21:15:16 +0900 |
commit | df25e2f009880085df4e2e61f91b5c2a4e2fd803 (patch) | |
tree | 3c3af189bb0d4d0cc2d840fed88c84c3a40d2511 /www-servers | |
parent | www-servers/h2o: new upstream release (diff) | |
download | gentoo-df25e2f009880085df4e2e61f91b5c2a4e2fd803.tar.gz gentoo-df25e2f009880085df4e2e61f91b5c2a4e2fd803.tar.bz2 gentoo-df25e2f009880085df4e2e61f91b5c2a4e2fd803.zip |
www-servers/h2o: update USE_RUBY
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/h2o/h2o-2.2.5.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.5.ebuild b/www-servers/h2o/h2o-2.2.5.ebuild index de3a311b7555..586600774979 100644 --- a/www-servers/h2o/h2o-2.2.5.ebuild +++ b/www-servers/h2o/h2o-2.2.5.ebuild @@ -4,7 +4,7 @@ EAPI="6" CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby23 ruby24" +USE_RUBY="ruby24 ruby25 ruby26" inherit cmake-utils ruby-single ssl-cert systemd toolchain-funcs user diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index b43017863ba8..54be51dba8fc 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby23 ruby24" +USE_RUBY="ruby24 ruby25 ruby26" inherit cmake-utils git-r3 ruby-single ssl-cert systemd toolchain-funcs user |