commit: 5c14c7a42d2d60f27b6b9cdee3f39ab290d1301b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Apr 16 06:34:44 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 06:34:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c14c7a4
dev-ruby/web-console: enable ruby30 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/web-console/web-console-4.2.0.ebuild | 4 ++-- 1 file 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"
