Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/
Date: Sat, 11 Feb 2017 23:35:07
Message-Id: 1486856085.40dd87b57b14c0f695529c786e59404e648f83a1.asturm@gentoo
1 commit: 40dd87b57b14c0f695529c786e59404e648f83a1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 11 21:15:03 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 11 23:34:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dd87b5
7
8 kde-apps/cantor: Add einfo about LaTeX support
9
10 Gentoo-bug: 603608
11 Reported-by: Emmanuel Lepage Vallee <elv1313 <AT> gmail.com>
12
13 Package-Manager: portage-2.3.3
14
15 kde-apps/cantor/cantor-16.12.2.ebuild | 6 ++++++
16 1 file changed, 6 insertions(+)
17
18 diff --git a/kde-apps/cantor/cantor-16.12.2.ebuild b/kde-apps/cantor/cantor-16.12.2.ebuild
19 index a1f359a35e..19314488a8 100644
20 --- a/kde-apps/cantor/cantor-16.12.2.ebuild
21 +++ b/kde-apps/cantor/cantor-16.12.2.ebuild
22 @@ -69,6 +69,12 @@ pkg_pretend() {
23 einfo "Alternatively, install one of these:"
24 einfo " # emerge sci-mathematics/maxima"
25 einfo " # emerge sci-mathematics/octave"
26 + einfo
27 + fi
28 +
29 + if ! has_version virtual/latex-base; then
30 + einfo "For LaTeX support:"
31 + einfo " # emerge virtual/latex-base"
32 fi
33 }