diff options
author | 2023-12-31 11:27:02 +0100 | |
---|---|---|
committer | 2023-12-31 11:29:48 +0100 | |
commit | 8a303ba5a76a16a3ba8f0c3f28284d17a29822a3 (patch) | |
tree | 84271116d3628647c2e7d8244ec9a19c50bbc8c1 /dev-ruby/regexp_property_values | |
parent | dev-ruby/regexp_property_values: drop 1.3.0 (diff) | |
download | gentoo-8a303ba5a76a16a3ba8f0c3f28284d17a29822a3.tar.gz gentoo-8a303ba5a76a16a3ba8f0c3f28284d17a29822a3.tar.bz2 gentoo-8a303ba5a76a16a3ba8f0c3f28284d17a29822a3.zip |
dev-ruby/regexp_property_values: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/regexp_property_values')
-rw-r--r-- | dev-ruby/regexp_property_values/regexp_property_values-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/regexp_property_values/regexp_property_values-1.4.0.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-1.4.0.ebuild index 85c5242d9372..0de77ef85071 100644 --- a/dev-ruby/regexp_property_values/regexp_property_values-1.4.0.ebuild +++ b/dev-ruby/regexp_property_values/regexp_property_values-1.4.0.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" |