diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 10:31:20 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-01 10:32:10 +0100 |
commit | c7d8445d661c4af2ada2540f2214e75d923ee415 (patch) | |
tree | ae08a610a11ecf0d856888cd7cd3c9df04b5bb64 /dev-ruby/console | |
parent | dev-ruby/descendants_tracker: enable ruby33 (diff) | |
download | gentoo-c7d8445d661c4af2ada2540f2214e75d923ee415.tar.gz gentoo-c7d8445d661c4af2ada2540f2214e75d923ee415.tar.bz2 gentoo-c7d8445d661c4af2ada2540f2214e75d923ee415.zip |
dev-ruby/console: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/console')
-rw-r--r-- | dev-ruby/console/console-1.23.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/console/console-1.23.3.ebuild b/dev-ruby/console/console-1.23.3.ebuild index 5b20bbf07cb1..8b8d705f1679 100644 --- a/dev-ruby/console/console-1.23.3.ebuild +++ b/dev-ruby/console/console-1.23.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="readme.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" |