diff options
Diffstat (limited to 'dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild')
-rw-r--r-- | dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild | 9 |
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() { |