diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-11-09 09:18:52 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-09 09:19:29 +0100 |
commit | ea927451ef5d038ae2ce6bfaa902464a513710d5 (patch) | |
tree | 78cf2e8ae5ce626e663bcced36fd565f7fa52dd7 /dev-ruby | |
parent | dev-lang/ruby: finish dropping USE ipv6 (diff) | |
download | gentoo-ea927451ef5d038ae2ce6bfaa902464a513710d5.tar.gz gentoo-ea927451ef5d038ae2ce6bfaa902464a513710d5.tar.bz2 gentoo-ea927451ef5d038ae2ce6bfaa902464a513710d5.zip |
dev-ruby/pluggaloid: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild b/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild index 6195f7a62c4a..a2ac07138186 100644 --- a/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild +++ b/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -14,7 +14,6 @@ HOMEPAGE="https://rubygems.org/gems/pluggaloid/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" ruby_add_rdepend " >=dev-ruby/delayer-1.1.0:1 |