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 2025-07-29 16:22:12.604448187 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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!