diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-06-25 06:56:06 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-25 07:51:18 +0200 |
commit | 6e24f07242e60af7b31ab8f10030c300a981e405 (patch) | |
tree | 02e4f8b07f9b9606ea96595e55f04f44d5666fa1 /dev-ruby/colored | |
parent | dev-ruby/test-unit: add 3.6.1 (diff) | |
download | gentoo-6e24f07242e60af7b31ab8f10030c300a981e405.tar.gz gentoo-6e24f07242e60af7b31ab8f10030c300a981e405.tar.bz2 gentoo-6e24f07242e60af7b31ab8f10030c300a981e405.zip |
dev-ruby/colored: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/colored')
-rw-r--r-- | dev-ruby/colored/colored-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/colored/colored-1.2-r1.ebuild b/dev-ruby/colored/colored-1.2-r1.ebuild index 6ee7eebea417..960effdb79e4 100644 --- a/dev-ruby/colored/colored-1.2-r1.ebuild +++ b/dev-ruby/colored/colored-1.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" inherit ruby-fakegem |