Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canna/
Date: Sun, 27 Sep 2015 11:51:16
Message-Id: 1443354644.a1053d197a9ff55a8d9d2329342c50bfe3447a05.mrueg@gentoo
1 commit: a1053d197a9ff55a8d9d2329342c50bfe3447a05
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 11:50:44 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 11:50:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1053d19
7
8 app-i18n/canna: Quote variables
9
10 Package-Manager: portage-2.2.22
11
12 app-i18n/canna/canna-3.7_p3-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-i18n/canna/canna-3.7_p3-r2.ebuild b/app-i18n/canna/canna-3.7_p3-r2.ebuild
16 index 533560a..9979712 100644
17 --- a/app-i18n/canna/canna-3.7_p3-r2.ebuild
18 +++ b/app-i18n/canna/canna-3.7_p3-r2.ebuild
19 @@ -68,7 +68,7 @@ src_compile() {
20 emake -j1 CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
21 LOCAL_LDFLAGS="${LDFLAGS}" SHLIBGLOBALSFLAGS="${LDFLAGS}" \
22 JLATEXCMD=platex \
23 - DVI2PSCMD="dvips -f" VARTEXFONTS=${T}/fonts \
24 + DVI2PSCMD="dvips -f" VARTEXFONTS="${T}"/fonts \
25 canna.dvi canna.ps || die
26 if has_version 'app-text/dvipdfmx' && \
27 ( has_version 'app-text/acroread' \
28 @@ -76,7 +76,7 @@ src_compile() {
29 emake -j1 CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
30 LOCAL_LDFLAGS="${LDFLAGS}" SHLIBGLOBALSFLAGS="${LDFLAGS}" \
31 JLATEXCMD=platex \
32 - DVI2PSCMD="dvips -f" VARTEXFONTS=${T}/fonts \
33 + DVI2PSCMD="dvips -f" VARTEXFONTS="${T}"/fonts \
34 canna.pdf || die
35 fi
36 fi