summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2020-07-03 12:07:26 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-07-05 11:33:21 +0200
commitbd80db217c847c1b4c9d7bccc906610e66fb4b36 (patch)
treed8bb1fc4e1452ea853c681273f5d6cdc354a47e0 /media-sound/lilypond/lilypond-2.21.1.ebuild
parentdev-python/twine: stable 1.15.0 for sparc, bug #730126 (diff)
downloadgentoo-bd80db217c847c1b4c9d7bccc906610e66fb4b36.tar.gz
gentoo-bd80db217c847c1b4c9d7bccc906610e66fb4b36.tar.bz2
gentoo-bd80db217c847c1b4c9d7bccc906610e66fb4b36.zip
media-sound/lilypond: fix sandbox violation
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://bugs.gentoo.org/692010 Closes: https://github.com/gentoo/gentoo/pull/16568 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond/lilypond-2.21.1.ebuild')
-rw-r--r--media-sound/lilypond/lilypond-2.21.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/lilypond/lilypond-2.21.1.ebuild b/media-sound/lilypond/lilypond-2.21.1.ebuild
index ffc80213cf1b..36707103792f 100644
--- a/media-sound/lilypond/lilypond-2.21.1.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.1.ebuild
@@ -105,6 +105,7 @@ src_configure() {
$(use_enable debug debugging)
$(use_enable profile profiling)
)
+ export VARTEXFONTS="${T}/fonts" # https://bugs.gentoo.org/692010
econf "${myeconfargs[@]}"
}