diff options
-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 |