diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-07-03 12:07:26 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-07-05 11:33:21 +0200 |
commit | bd80db217c847c1b4c9d7bccc906610e66fb4b36 (patch) | |
tree | d8bb1fc4e1452ea853c681273f5d6cdc354a47e0 /media-sound/lilypond | |
parent | dev-python/twine: stable 1.15.0 for sparc, bug #730126 (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/lilypond/lilypond-2.21.1.ebuild | 1 | ||||
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 1 |
2 files changed, 2 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[@]}" } 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[@]}" } |