diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-27 07:53:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-27 09:37:02 +0200 |
commit | 7adeda8a39d9b3ce8eb081fb46e0ad31a0ed3bb0 (patch) | |
tree | ea0055715837041d1fe026d2cf0dc6006c9cbb0c /dev-ruby/rotp | |
parent | net-irc/weechat: Stabilize 3.8 amd64, #903015 (diff) | |
download | gentoo-7adeda8a39d9b3ce8eb081fb46e0ad31a0ed3bb0.tar.gz gentoo-7adeda8a39d9b3ce8eb081fb46e0ad31a0ed3bb0.tar.bz2 gentoo-7adeda8a39d9b3ce8eb081fb46e0ad31a0ed3bb0.zip |
dev-ruby/rotp: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rotp')
-rw-r--r-- | dev-ruby/rotp/rotp-6.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rotp/rotp-6.2.2.ebuild b/dev-ruby/rotp/rotp-6.2.2.ebuild index f5bce8f31ffc..989365b43b73 100644 --- a/dev-ruby/rotp/rotp-6.2.2.ebuild +++ b/dev-ruby/rotp/rotp-6.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_RECIPE_DOC="yard" |