diff options
author | 2022-04-16 08:34:44 +0200 | |
---|---|---|
committer | 2022-04-16 08:34:44 +0200 | |
commit | 5c14c7a42d2d60f27b6b9cdee3f39ab290d1301b (patch) | |
tree | b1432bede03e14dee0b6024399b6855746ef7bc6 /dev-ruby | |
parent | dev-ruby/bindex: enable ruby30, ruby31 and disable ruby25 (diff) | |
download | gentoo-5c14c7a42d2d60f27b6b9cdee3f39ab290d1301b.tar.gz gentoo-5c14c7a42d2d60f27b6b9cdee3f39ab290d1301b.tar.bz2 gentoo-5c14c7a42d2d60f27b6b9cdee3f39ab290d1301b.zip |
dev-ruby/web-console: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/web-console/web-console-4.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/web-console/web-console-4.2.0.ebuild b/dev-ruby/web-console/web-console-4.2.0.ebuild index c81c9d39ea20..0f4c0b146834 100644 --- a/dev-ruby/web-console/web-console-4.2.0.ebuild +++ b/dev-ruby/web-console/web-console-4.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.markdown README.markdown" |