Skip to content

Commit

Permalink
dev-tex/rubber: set VARTEXFONTS="${T}"/fonts
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/727996
Signed-off-by: Florian Schmaus <[email protected]>
Suggested-by: Ulrich Müller <[email protected]>
  • Loading branch information
Flowdalic committed Jul 1, 2021
1 parent 788c7c0 commit 50daee8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ RDEPEND="virtual/latex-base"
BDEPEND="${RDEPEND}
virtual/texi2dvi"

pkg_setup() {
# https://bugs.gentoo.org/727996
export VARTEXFONTS="${T}"/fonts
}

python_install() {
distutils-r1_python_install \
--docdir="${EPREFIX}"/usr/share/doc/${PF} \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ BDEPEND="
)
"

pkg_setup() {
# https://bugs.gentoo.org/727996
export VARTEXFONTS="${T}"/fonts
}

python_test() {
cd tests || die

Expand Down

0 comments on commit 50daee8

Please sign in to comment.