From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29AF6139696 for ; Sat, 11 Feb 2017 23:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 356CDE0D9B; Sat, 11 Feb 2017 23:35:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15B33E0D08 for ; Sat, 11 Feb 2017 23:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05613340BEA for ; Sat, 11 Feb 2017 23:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6653644A0 for ; Sat, 11 Feb 2017 23:35:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1486856085.40dd87b57b14c0f695529c786e59404e648f83a1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-16.12.2.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 40dd87b57b14c0f695529c786e59404e648f83a1 X-VCS-Branch: master Date: Sat, 11 Feb 2017 23:35:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2593322e-5792-4385-8fab-bf106dea04c6 X-Archives-Hash: 7b3472c5ab03fe32ba23dbc6ae28fa48 commit: 40dd87b57b14c0f695529c786e59404e648f83a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 11 21:15:03 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 11 23:34:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dd87b5 kde-apps/cantor: Add einfo about LaTeX support Gentoo-bug: 603608 Reported-by: Emmanuel Lepage Vallee gmail.com> Package-Manager: portage-2.3.3 kde-apps/cantor/cantor-16.12.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-apps/cantor/cantor-16.12.2.ebuild b/kde-apps/cantor/cantor-16.12.2.ebuild index a1f359a35e..19314488a8 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 }