commit: 650e672a14bcd71b8cebaf35e487c2ccbe70a25c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 01:04:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 2 01:50:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650e672a
dev-ruby/dalli: enable ruby32, add test dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/dalli/dalli-3.2.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/dalli/dalli-3.2.4.ebuild
b/dev-ruby/dalli/dalli-3.2.4.ebuild
index 066a4a7cbab2..355d1d0a676e 100644
--- a/dev-ruby/dalli/dalli-3.2.4.ebuild
+++ b/dev-ruby/dalli/dalli-3.2.4.ebuild
@@ -2,7 +2,8 @@
# 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_BINWRAP=""
RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test"
@@ -25,6 +26,7 @@ IUSE=""
DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.5.4[ssl(-)] )"
ruby_add_bdepend "test? (
+ dev-ruby/connection_pool
dev-ruby/minitest:5
dev-ruby/rack
)"