commit: 39c57aba4ad7f77a426869c41ed582414a30d0b8 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jun 1 06:58:36 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 07:01:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c57aba
dev-ruby/log4r: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/log4r/log4r-1.1.10-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/log4r/log4r-1.1.10-r3.ebuild b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild index 9be30a52c1aa..0ba534188a9a 100644 --- a/dev-ruby/log4r/log4r-1.1.10-r3.ebuild +++ b/dev-ruby/log4r/log4r-1.1.10-r3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_TASK_DOC="" @@ -15,7 +16,6 @@ inherit ruby-fakegem DESCRIPTION="A comprehensive and flexible logging library written in Ruby" HOMEPAGE="https://log4r.sourceforge.net/" -IUSE="" LICENSE="LGPL-3" SLOT="0"
