summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-02-05 01:27:45 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-02-05 01:27:45 +0100
commite23aa306e4e32bd3b0d8d435bf0a9cb6ddba2b16 (patch)
tree6e0b9fe67b0a104b6dbe1171f6ccf198cd9ac6ef /media-sound/lilypond/files/lilypond-9999-programming_error.patch
parentmedia-sound/gmusicbrowser: removed old 1.1.15_p20160530 (diff)
downloadgentoo-e23aa306e4e32bd3b0d8d435bf0a9cb6ddba2b16.tar.gz
gentoo-e23aa306e4e32bd3b0d8d435bf0a9cb6ddba2b16.tar.bz2
gentoo-e23aa306e4e32bd3b0d8d435bf0a9cb6ddba2b16.zip
media-sound/lilypond: updated 9999
1) eapi7 2) switched to python3 3) dropped patch not needed anymore Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond/files/lilypond-9999-programming_error.patch')
-rw-r--r--media-sound/lilypond/files/lilypond-9999-programming_error.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/lilypond/files/lilypond-9999-programming_error.patch b/media-sound/lilypond/files/lilypond-9999-programming_error.patch
deleted file mode 100644
index f2b85164a6e5..000000000000
--- a/media-sound/lilypond/files/lilypond-9999-programming_error.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc
-index d25e6c9ef8..2fd2e4a4fa 100644
---- a/lily/general-scheme.cc
-+++ b/lily/general-scheme.cc
-@@ -275,7 +275,7 @@ LY_DEFINE (ly_protects, "ly:protects",
- #if SCM_MAJOR_VERSION < 2 || SCM_MAJOR_VERSION == 2 && SCM_MINOR_VERSION < 1
- return scm_protects;
- #else
-- return programming_error ("ly:protects is not supported in Guile 2.1");
-+ programming_error ("ly:protects is not supported in Guile 2.1");
- #endif
- }
-