diff options
author | 2023-09-17 07:50:04 +0200 | |
---|---|---|
committer | 2023-09-17 08:08:50 +0200 | |
commit | 8738bf68ae4205ac3454dd5dc33fa178a9f5a4e1 (patch) | |
tree | 04461cef6f319268a7695936c836744c7d087b4a /dev-ruby/rqrcode | |
parent | dev-python/stripe: Stabilize 6.3.0 x86, #914328 (diff) | |
download | gentoo-8738bf68ae4205ac3454dd5dc33fa178a9f5a4e1.tar.gz gentoo-8738bf68ae4205ac3454dd5dc33fa178a9f5a4e1.tar.bz2 gentoo-8738bf68ae4205ac3454dd5dc33fa178a9f5a4e1.zip |
dev-ruby/rqrcode: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rqrcode')
-rw-r--r-- | dev-ruby/rqrcode/rqrcode-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild b/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild index 5a9dd6d7af3d..39136c8ba451 100644 --- a/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild +++ b/dev-ruby/rqrcode/rqrcode-2.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" |