commit: 557b4b6d227fa32625f6daa62725c5c088b021ed Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 30 09:27:27 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Dec 30 10:16:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557b4b6d
dev-ruby/commonmarker: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/commonmarker/commonmarker-0.23.10.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-ruby/commonmarker/commonmarker-0.23.10.ebuild b/dev-ruby/commonmarker/commonmarker-0.23.10.ebuild index 169a2d13e2be..0d48dee7f9b0 100644 --- a/dev-ruby/commonmarker/commonmarker-0.23.10.ebuild +++ b/dev-ruby/commonmarker/commonmarker-0.23.10.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_EXTENSIONS=(ext/commonmarker/extconf.rb) RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/commonmarker" @@ -19,7 +19,6 @@ SRC_URI="https://github.com/gjtorikian/commonmarker/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~amd64" -IUSE="" # app-text/cmark is bundled in a modified way and integrated with the gem code
