diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:54:41 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-07 18:57:15 +0100 |
commit | 9816b156006b28e6495cb2199f0a9ce2128fa237 (patch) | |
tree | d00eb1560523f8a63cdfa15a7f75b1019c20681b | |
parent | app-emacs/ddskk: enable ruby30 and disable ruby25, ruby26 (diff) | |
download | gentoo-9816b156006b28e6495cb2199f0a9ce2128fa237.tar.gz gentoo-9816b156006b28e6495cb2199f0a9ce2128fa237.tar.bz2 gentoo-9816b156006b28e6495cb2199f0a9ce2128fa237.zip |
www-servers/h2o: enable ruby30 and disable ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | www-servers/h2o/h2o-2.2.6-r1.ebuild | 4 |
1 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 2fdec9f496f3..33ece8ab07b7 100644 --- a/www-servers/h2o/h2o-2.2.6-r1.ebuild +++ b/www-servers/h2o/h2o-2.2.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" CMAKE_MAKEFILE_GENERATOR="emake" SSL_DEPS_SKIP=1 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby27 ruby30" inherit cmake ruby-single ssl-cert systemd toolchain-funcs |