Diff lilypond-2.22.1-r1 with a lilypond-2.23.0-r1

/usr/portage/media-sound/lilypond/lilypond-2.23.0-r1.ebuild 2023-10-09 14:52:31.784368408 +0300
21 21
LICENSE="GPL-3 FDL-1.3"
22 22
SLOT="0"
23 23
LANG_USE="l10n_ca l10n_cs l10n_de l10n_en l10n_fr l10n_hu l10n_it l10n_ja l10n_nl l10n_pt l10n_zh"
24
IUSE="debug doc emacs guile2 profile vim-syntax ${LANG_USE}"
24
IUSE="debug doc emacs profile vim-syntax ${LANG_USE}"
25 25
unset LANG_USE
26 26
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
27 27

  
......
40 40
	media-libs/freetype:2
41 41
	x11-libs/pango
42 42
	emacs? ( >=app-editors/emacs-23.1:* )
43
	guile2? ( >=dev-scheme/guile-2.2:12 )
44
	!guile2? (
45
		dev-scheme/guile:12=[deprecated,regex]
46
		<dev-scheme/guile-2.0:12
47
	)
48 43
	${PYTHON_DEPS}"
49 44
DEPEND="${RDEPEND}
50 45
	app-text/t1utils
......
64 59

  
65 60
PATCHES=(
66 61
	"${FILESDIR}"/${P}-fix-font-size.patch
67
	"${FILESDIR}"/${P}-free_font.patch
62
	"${FILESDIR}"/${PN}-2.22.1-free_font.patch
68 63
)
69 64

  
70 65
DOCS=( DEDICATION HACKING README.md ROADMAP )
Thank you!