summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-12-30 10:31:11 +0100
committerHans de Graaff <graaff@gentoo.org>2024-12-30 11:16:29 +0100
commitf16fb73edd6d9a405543274218c2d229ed9c79c7 (patch)
treeb514a42e40c655ff9fa9c962a9d46338895079a6 /dev-ruby/countdownlatch
parentdev-ruby/connection_pool: enable ruby34 (diff)
downloadgentoo-f16fb73edd6d9a405543274218c2d229ed9c79c7.tar.gz
gentoo-f16fb73edd6d9a405543274218c2d229ed9c79c7.tar.bz2
gentoo-f16fb73edd6d9a405543274218c2d229ed9c79c7.zip
dev-ruby/countdownlatch: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/countdownlatch')
-rw-r--r--dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild
index bf893e311197..00199818efa2 100644
--- a/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild
+++ b/dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+USE_RUBY="ruby31 ruby32 ruby33 ruby34"
RUBY_FAKEGEM_TASK_TEST="test"
RUBY_FAKEGEM_TASK_DOC=""
@@ -13,12 +13,13 @@ inherit ruby-fakegem
DESCRIPTION="Synchronization aid to allow threads to wait for operations in other threads"
HOMEPAGE="https://github.com/benlangfeld/countdownlatch"
-IUSE=""
-SLOT="0"
LICENSE="MIT"
+SLOT="0"
KEYWORDS="~amd64"
+IUSE="test"
+
ruby_add_bdepend "test? ( dev-ruby/minitest )"
all_ruby_prepare() {