commit: cc4006bde412a93bca5425010f855096b9c633b0 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Apr 15 04:56:39 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 04:56:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4006bd
dev-ruby/html-pipeline: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild index e2756a54336b..d3cef29ce7d5 100644 --- a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild +++ b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild @@ -1,8 +1,8 @@ -# 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_EXTRADOC="CHANGELOG.md README.md" @@ -17,7 +17,7 @@ SRC_URI="https://github.com/gjtorikian/html-pipeline/archive/v${PV}.tar.gz -> ${ LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64" -IUSE="" +IUSE="test" ruby_add_rdepend " >=dev-ruby/activesupport-2:* @@ -25,7 +25,7 @@ ruby_add_rdepend " " ruby_add_bdepend "test? ( - dev-ruby/commonmarker + =dev-ruby/commonmarker-0* dev-ruby/rinku dev-ruby/redcloth dev-ruby/rouge
