diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 08:35:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 10:57:44 +0200 |
commit | 147eb9718e22df099dcd375959bd966aa5641f65 (patch) | |
tree | bd7a07887a10a7b5a4b29444cc28accab17f2893 /dev-ruby/ast | |
parent | dev-ruby/ast: drop 2.4.0, 2.4.1 (diff) | |
download | gentoo-147eb9718e22df099dcd375959bd966aa5641f65.tar.gz gentoo-147eb9718e22df099dcd375959bd966aa5641f65.tar.bz2 gentoo-147eb9718e22df099dcd375959bd966aa5641f65.zip |
dev-ruby/ast: enable ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ast')
-rw-r--r-- | dev-ruby/ast/ast-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ast/ast-2.4.2.ebuild b/dev-ruby/ast/ast-2.4.2.ebuild index 479d20450b76..f2c7ef3b0b8b 100644 --- a/dev-ruby/ast/ast-2.4.2.ebuild +++ b/dev-ruby/ast/ast-2.4.2.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=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" |