commit: f16fb73edd6d9a405543274218c2d229ed9c79c7 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 09:31:11 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 10:16:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16fb73e
dev-ruby/countdownlatch: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/countdownlatch/countdownlatch-1.0.0-r2.ebuild | 9 +++++---- 1 file 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() {
