Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vigra/
Date: Thu, 16 Feb 2017 00:13:54
Message-Id: 1487204022.98f8581814c50bec7a8787c0469b60e18a17a242.dilfridge@gentoo
1 commit: 98f8581814c50bec7a8787c0469b60e18a17a242
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 23:55:04 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 00:13:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f85818
7
8 media-libs/vigra: Make sure TeX font generation stays in the sandbox, bug 555078
9
10 Thanks to Andrey Golovizin
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 media-libs/vigra/vigra-1.11.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/vigra/vigra-1.11.0.ebuild b/media-libs/vigra/vigra-1.11.0.ebuild
18 index 2f2c42e3e8..dc29a60f77 100644
19 --- a/media-libs/vigra/vigra-1.11.0.ebuild
20 +++ b/media-libs/vigra/vigra-1.11.0.ebuild
21 @@ -112,7 +112,7 @@ src_compile() {
22 if use doc; then
23 einfo "Generating Documentation"
24 # use build dir from last compile command
25 - BUILD_DIR="${VIGRA_BUILD_DIR}" cmake-utils_src_make doc
26 + VARTEXFONTS="${T}/fonts" BUILD_DIR="${VIGRA_BUILD_DIR}" cmake-utils_src_make doc
27 fi
28 }