summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-02 02:04:26 +0100
committerSam James <sam@gentoo.org>2023-04-02 02:50:27 +0100
commit650e672a14bcd71b8cebaf35e487c2ccbe70a25c (patch)
treea94eb04f638b09973a742ea43d61ed212f900301 /dev-ruby/dalli
parentdev-ruby/tzinfo: enable ruby32 (diff)
downloadgentoo-650e672a14bcd71b8cebaf35e487c2ccbe70a25c.tar.gz
gentoo-650e672a14bcd71b8cebaf35e487c2ccbe70a25c.tar.bz2
gentoo-650e672a14bcd71b8cebaf35e487c2ccbe70a25c.zip
dev-ruby/dalli: enable ruby32, add test dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/dalli')
-rw-r--r--dev-ruby/dalli/dalli-3.2.4.ebuild4
1 files changed, 3 insertions, 1 deletions
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
)"