This fixes a sandbox violation with USE=doc.
Bug: 569200
Package-Manager: portage-2.2.26
src_compile() {
# Prevent access violations, see bug 201871
- VARTEXFONTS="${T}/fonts"
+ export VARTEXFONTS="${T}/fonts"
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.
src_compile() {
# Prevent access violations, see bug 201871
- VARTEXFONTS="${T}/fonts"
+ export VARTEXFONTS="${T}/fonts"
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.