diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-11 22:15:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-02-12 00:34:45 +0100 |
commit | 40dd87b57b14c0f695529c786e59404e648f83a1 (patch) | |
tree | 5f2547b195c91f75644151454f1bf3d768e755b2 /kde-apps | |
parent | kde-apps/cantor: Fix bashism (diff) | |
download | gentoo-40dd87b57b14c0f695529c786e59404e648f83a1.tar.gz gentoo-40dd87b57b14c0f695529c786e59404e648f83a1.tar.bz2 gentoo-40dd87b57b14c0f695529c786e59404e648f83a1.zip |
kde-apps/cantor: Add einfo about LaTeX support
Gentoo-bug: 603608
Reported-by: Emmanuel Lepage Vallee <elv1313@gmail.com>
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/cantor/cantor-16.12.2.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kde-apps/cantor/cantor-16.12.2.ebuild b/kde-apps/cantor/cantor-16.12.2.ebuild index a1f359a35ede..19314488a8de 100644 --- a/kde-apps/cantor/cantor-16.12.2.ebuild +++ b/kde-apps/cantor/cantor-16.12.2.ebuild @@ -69,6 +69,12 @@ pkg_pretend() { einfo "Alternatively, install one of these:" einfo " # emerge sci-mathematics/maxima" einfo " # emerge sci-mathematics/octave" + einfo + fi + + if ! has_version virtual/latex-base; then + einfo "For LaTeX support:" + einfo " # emerge virtual/latex-base" fi } |