summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-11-09 11:29:24 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-11-09 11:29:33 +0100
commit722877ea48fbd3e467a8ef066b9465689dbf91fb (patch)
treede89a7c0f679a2f995decc6d4c494074541ee45b /media-sound
parentapp-emulation/xen: add 4.16.3_pre1 (diff)
downloadgentoo-722877ea48fbd3e467a8ef066b9465689dbf91fb.tar.gz
gentoo-722877ea48fbd3e467a8ef066b9465689dbf91fb.tar.bz2
gentoo-722877ea48fbd3e467a8ef066b9465689dbf91fb.zip
media-sound/lilypond: updated live
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/lilypond/lilypond-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
index 4690f0a0f45f..091fda002afa 100644
--- a/media-sound/lilypond/lilypond-9999.ebuild
+++ b/media-sound/lilypond/lilypond-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
@@ -75,7 +75,7 @@ src_prepare() {
sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
# remove bundled texinfo file (fixes bug #448560)
- rm tex/texinfo.tex || die
+ rm Documentation/tex/texinfo.tex || die
eautoreconf
@@ -87,7 +87,6 @@ src_configure() {
sed -i "s/AR=ar/AR=$(tc-getAR)/g" flower/GNUmakefile || die "Failed to fix ar command"
local myeconfargs=(
- --with-texgyre-dir=/usr/share/fonts/tex-gyre
--disable-optimising
--disable-pipe
$(use_enable debug debugging)