diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-07 08:04:42 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-07 08:33:50 +0200 |
commit | c3ed18757fa3142c4e5c3610fba4553c3fed84b6 (patch) | |
tree | b64282c0753f2e6e540854d79172397b828468d8 /dev-ruby/colored2 | |
parent | dev-ruby/colorator: enable ruby31 (diff) | |
download | gentoo-c3ed18757fa3142c4e5c3610fba4553c3fed84b6.tar.gz gentoo-c3ed18757fa3142c4e5c3610fba4553c3fed84b6.tar.bz2 gentoo-c3ed18757fa3142c4e5c3610fba4553c3fed84b6.zip |
dev-ruby/colored2: enable ruby30, ruby31 and disable ruby24, ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/colored2')
-rw-r--r-- | dev-ruby/colored2/colored2-3.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/colored2/colored2-3.1.2.ebuild b/dev-ruby/colored2/colored2-3.1.2.ebuild index 5a158dea39ff..935065681ac8 100644 --- a/dev-ruby/colored2/colored2-3.1.2.ebuild +++ b/dev-ruby/colored2/colored2-3.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |