diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-03-23 14:36:19 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-03-23 14:47:59 +0100 |
commit | af2da04a621951b866fd2150af11f57ac7075798 (patch) | |
tree | 3f7716b223d9cd8a4aab1da6431867b8ca33a431 /media-sound/lilypond | |
parent | gnome-extra/gnome-shell-extension-gsconnect: Version bump (diff) | |
download | gentoo-af2da04a621951b866fd2150af11f57ac7075798.tar.gz gentoo-af2da04a621951b866fd2150af11f57ac7075798.tar.bz2 gentoo-af2da04a621951b866fd2150af11f57ac7075798.zip |
media-sound/lilypond: Needs to be rebuilt with guile subslot bumps
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-2.19.80-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild b/media-sound/lilypond/lilypond-2.19.80-r1.ebuild index 11303d064643..b4574b4a73c9 100644 --- a/media-sound/lilypond/lilypond-2.19.80-r1.ebuild +++ b/media-sound/lilypond/lilypond-2.19.80-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,7 @@ IUSE="debug emacs guile2 profile vim-syntax" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 - >=dev-scheme/guile-1.8.2:12[deprecated,regex] + >=dev-scheme/guile-1.8.2:12=[deprecated,regex] media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 @@ -31,7 +31,7 @@ RDEPEND=">=app-text/ghostscript-gpl-8.15 emacs? ( virtual/emacs ) guile2? ( >=dev-scheme/guile-2:12 ) !guile2? ( - >=dev-scheme/guile-1.8.2:12[deprecated,regex] + >=dev-scheme/guile-1.8.2:12=[deprecated,regex] <dev-scheme/guile-2.0:12 ) ${PYTHON_DEPS}" |