diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-06-29 21:53:33 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-29 22:13:51 +0200 |
commit | ca1b50057a2a4dc9911abbe8a9c52817d5cc26f5 (patch) | |
tree | 5ff23325dcf380c33c56236e38d7fa459caa1b54 | |
parent | dev-ruby/plist: drop 3.6.0 (diff) | |
download | gentoo-ca1b50057a2a4dc9911abbe8a9c52817d5cc26f5.tar.gz gentoo-ca1b50057a2a4dc9911abbe8a9c52817d5cc26f5.tar.bz2 gentoo-ca1b50057a2a4dc9911abbe8a9c52817d5cc26f5.zip |
dev-ruby/plist: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | dev-ruby/plist/plist-3.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/plist/plist-3.7.0.ebuild b/dev-ruby/plist/plist-3.7.0.ebuild index 332ce628515f..6c1861606436 100644 --- a/dev-ruby/plist/plist-3.7.0.ebuild +++ b/dev-ruby/plist/plist-3.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |