diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-12-13 08:04:57 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-12-13 08:04:57 +0100 |
commit | 711c02c99a02335801e3bf2afc943b269220d3af (patch) | |
tree | 22893fbc91f6a4989d8c44a68171977bd296d360 /dev-ruby/flog | |
parent | dev-ruby/ruby_parser: add 3.19.2 (diff) | |
download | gentoo-711c02c99a02335801e3bf2afc943b269220d3af.tar.gz gentoo-711c02c99a02335801e3bf2afc943b269220d3af.tar.bz2 gentoo-711c02c99a02335801e3bf2afc943b269220d3af.zip |
dev-ruby/flog: enable ruby31 and disable ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/flog')
-rw-r--r-- | dev-ruby/flog/flog-4.6.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/flog/flog-4.6.6.ebuild b/dev-ruby/flog/flog-4.6.6.ebuild index b2b88b559e64..04908b840baa 100644 --- a/dev-ruby/flog/flog-4.6.6.ebuild +++ b/dev-ruby/flog/flog-4.6.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" |