diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 14:54:13 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-27 14:55:45 +0100 |
commit | 7480e4ebd7b5c14d7e6915f5df4ff6fecb91ee93 (patch) | |
tree | 3c9ecf6ce2496645c1c53c655043b1ffad2744c5 /dev-ruby/paramesan | |
parent | dev-ruby/path_expander: enable ruby33 (diff) | |
download | gentoo-7480e4ebd7b5c14d7e6915f5df4ff6fecb91ee93.tar.gz gentoo-7480e4ebd7b5c14d7e6915f5df4ff6fecb91ee93.tar.bz2 gentoo-7480e4ebd7b5c14d7e6915f5df4ff6fecb91ee93.zip |
dev-ruby/paramesan: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/paramesan')
-rw-r--r-- | dev-ruby/paramesan/paramesan-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/paramesan/paramesan-1.0.1-r1.ebuild b/dev-ruby/paramesan/paramesan-1.0.1-r1.ebuild index 647041a3e465..be3439c7fccd 100644 --- a/dev-ruby/paramesan/paramesan-1.0.1-r1.ebuild +++ b/dev-ruby/paramesan/paramesan-1.0.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="README.md" |