diff options
author | Hans de Graaff <hans@degraaff.org> | 2024-11-10 10:12:36 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2024-11-10 10:12:36 +0100 |
commit | fc75ca526218b50c2b005d68171f886d815a877c (patch) | |
tree | 6933ac89f010394c1b69e426dfa8c2d191e8d628 | |
parent | dev-ruby/enumerable-statistics: drop 2.0.7-r1 (diff) | |
download | graaff-fc75ca526218b50c2b005d68171f886d815a877c.tar.gz graaff-fc75ca526218b50c2b005d68171f886d815a877c.tar.bz2 graaff-fc75ca526218b50c2b005d68171f886d815a877c.zip |
dev-ruby/dry-container: enable ruby33
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r-- | dev-ruby/dry-container/dry-container-0.11.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/dry-container/dry-container-0.11.0.ebuild b/dev-ruby/dry-container/dry-container-0.11.0.ebuild index 7fdd4c24..0c3d3e31 100644 --- a/dev-ruby/dry-container/dry-container-0.11.0.ebuild +++ b/dev-ruby/dry-container/dry-container-0.11.0.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="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -19,9 +19,8 @@ HOMEPAGE="https://dry-rb.org/gems/dry-container/" SRC_URI="https://github.com/dry-rb/dry-container/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64" SLOT="$(ver_cut 1)" -IUSE="" +KEYWORDS="~amd64" ruby_add_rdepend " dev-ruby/concurrent-ruby:1 |