summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-05 03:08:29 +0100
committerSam James <sam@gentoo.org>2023-04-05 04:16:08 +0100
commitd1d8503e490bfebc07abf6223247b068d38590d6 (patch)
tree1daabfe8d0c4af9449bd90b525766c9f68bd30ec /dev-ruby/mail
parentdev-ruby/mail: fix 2.7.x compat w/ newer psych (+ enable ruby31, enable ruby32) (diff)
downloadgentoo-d1d8503e490bfebc07abf6223247b068d38590d6.tar.gz
gentoo-d1d8503e490bfebc07abf6223247b068d38590d6.tar.bz2
gentoo-d1d8503e490bfebc07abf6223247b068d38590d6.zip
dev-ruby/mail: enable ruby32 for other versions
I'd tested them already, so why not? Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/mail')
-rw-r--r--dev-ruby/mail/mail-2.8.0.1.ebuild2
-rw-r--r--dev-ruby/mail/mail-2.8.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/mail/mail-2.8.0.1.ebuild b/dev-ruby/mail/mail-2.8.0.1.ebuild
index 0dce16387ebe..27ce6a1cead4 100644
--- a/dev-ruby/mail/mail-2.8.0.1.ebuild
+++ b/dev-ruby/mail/mail-2.8.0.1.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="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
diff --git a/dev-ruby/mail/mail-2.8.0.ebuild b/dev-ruby/mail/mail-2.8.0.ebuild
index 705af4c7621c..27ce6a1cead4 100644
--- a/dev-ruby/mail/mail-2.8.0.ebuild
+++ b/dev-ruby/mail/mail-2.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"