Diff kramdown-rfc-1.6.39 with a kramdown-rfc-1.7.22

/usr/portage/app-text/kramdown-rfc/kramdown-rfc-1.7.22.ebuild 2026-04-10 12:17:39.594070170 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby31 ruby32"
6
USE_RUBY="ruby31 ruby32 ruby33"
7 7

  
8 8
# The software got renamed from kramdown-rfc2629 to kramdown-rfc,
9 9
# however the gem coordinate is still kramdown-rfc2629.
......
26 26

  
27 27
PATCHES=(
28 28
	"${FILESDIR}"/${PN}-1.6.27-Drop-dependency-on-certified.patch
29
	"${FILESDIR}"/${PN}-1.6.35-Remove-bin-echars.patch
29
	"${FILESDIR}"/${PN}-1.7.22-remove-bin-echars.patch
30 30
)
31 31

  
32 32
ruby_add_rdepend "
Thank you!