Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Sat, 31 Dec 2016 12:16:42
Message-Id: 1483186593.3d7725507f002929b45e2acc4e53ff89b7557310.aballier@gentoo
1 commit: 3d7725507f002929b45e2acc4e53ff89b7557310
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 12:16:23 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 12:16:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d772550
7
8 dev-tex/latexdiff: fix building when installed for the first time, bug #604088
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-tex/latexdiff/latexdiff-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
16 index 83138be..ebc0830 100644
17 --- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
18 +++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
19 @@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
20 test? ( app-shells/tcsh )"
21
22 src_compile() {
23 - emake -j1 distribution
24 + PATH="${S}/dist:${PATH}" emake -j1 distribution
25 }
26
27 src_test() {