commit: 0404c886a8264af1a664c3f0cb0abc740ff1b76a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 05:46:30 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 05:55:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0404c886
dev-ruby/redcloth: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/redcloth/redcloth-4.3.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/redcloth/redcloth-4.3.4.ebuild b/dev-ruby/redcloth/redcloth-4.3.4.ebuild index 168914d00348..798641d5ec14 100644 --- a/dev-ruby/redcloth/redcloth-4.3.4.ebuild +++ b/dev-ruby/redcloth/redcloth-4.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 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="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_NAME="RedCloth" @@ -29,7 +29,7 @@ SRC_URI="https://github.com/jgarber/redcloth/archive/v${PV}.tar.gz -> ${RUBY_FAK LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="" +IUSE="test" DEPEND+=" =dev-util/ragel-6*"
