diff options
author | Hans de Graaff <graaff@gentoo.org> | 2021-05-04 07:17:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2021-05-04 07:29:37 +0200 |
commit | 303fa3729b573b507be215dba75326e0a79ea2fd (patch) | |
tree | 62919da2c639bc8676189cc3b7d7fcac9e87ec7b /dev-ruby/regexp_property_values | |
parent | dev-ruby/capybara: allow newer regexp_parser slot (diff) | |
download | gentoo-303fa3729b573b507be215dba75326e0a79ea2fd.tar.gz gentoo-303fa3729b573b507be215dba75326e0a79ea2fd.tar.bz2 gentoo-303fa3729b573b507be215dba75326e0a79ea2fd.zip |
dev-ruby/regexp_property_values: add ruby30
Package-Manager: Portage-3.0.18, Repoman-3.0.2
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.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild b/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild index 365b5f3d4e2b..81ade9a0d589 100644 --- a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild +++ b/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" |