From bd80db217c847c1b4c9d7bccc906610e66fb4b36 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 3 Jul 2020 12:07:26 +0100 Subject: media-sound/lilypond: fix sandbox violation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Alexey Sokolov Closes: https://bugs.gentoo.org/692010 Closes: https://github.com/gentoo/gentoo/pull/16568 Signed-off-by: Miroslav Ć ulc --- media-sound/lilypond/lilypond-2.21.1.ebuild | 1 + media-sound/lilypond/lilypond-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'media-sound') 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[@]}" } diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index eb38a121f497..fe972b46434b 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.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[@]}" } -- cgit v1.2.3-65-gdbad