commit: 2d24890e7ec2a1d6baa2bce4d640b0953270d4b2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 07:45:08 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 07:58:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d24890e
dev-ruby/bacon: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/bacon/bacon-1.2.0-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/bacon/bacon-1.2.0-r4.ebuild b/dev-ruby/bacon/bacon-1.2.0-r4.ebuild index 8e6c88394d1b..d6d2974daf13 100644 --- a/dev-ruby/bacon/bacon-1.2.0-r4.ebuild +++ b/dev-ruby/bacon/bacon-1.2.0-r4.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_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc" @@ -15,6 +15,5 @@ HOMEPAGE="https://leahneukirchen.org/repos/bacon/" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" ruby_add_bdepend "test? ( dev-ruby/rdoc )"
