diff options
author | Sam James <sam@gentoo.org> | 2024-01-03 08:54:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-03 08:55:51 +0000 |
commit | 314fcfb8edf46c826c1c94755086cf14c933e723 (patch) | |
tree | 0919b94ea0eb464616f0e0393f49ad6233e704b4 /media-sound/lilypond | |
parent | net-misc/freerdp: keyword 3.0.0-r1 for ~loong (diff) | |
download | gentoo-314fcfb8edf46c826c1c94755086cf14c933e723.tar.gz gentoo-314fcfb8edf46c826c1c94755086cf14c933e723.tar.bz2 gentoo-314fcfb8edf46c826c1c94755086cf14c933e723.zip |
media-sound/lilypond: fix minimum guile version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-2.24.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-2.24.3.ebuild | 2 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/lilypond/lilypond-2.24.0.ebuild b/media-sound/lilypond/lilypond-2.24.0.ebuild index f703d97eea69..f5eac9e3e7ee 100644 --- a/media-sound/lilypond/lilypond-2.24.0.ebuild +++ b/media-sound/lilypond/lilypond-2.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 diff --git a/media-sound/lilypond/lilypond-2.24.3.ebuild b/media-sound/lilypond/lilypond-2.24.3.ebuild index 4a04aea78500..67c1d3818dfc 100644 --- a/media-sound/lilypond/lilypond-2.24.3.ebuild +++ b/media-sound/lilypond/lilypond-2.24.3.ebuild @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 4a04aea78500..67c1d3818dfc 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -35,7 +35,7 @@ BDEPEND=" doc? ( app-text/texi2html ) " RDEPEND="app-text/ghostscript-gpl - dev-scheme/guile:12=[deprecated,regex] + >=dev-scheme/guile-2.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 |