diff options
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 } |