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, 12 Aug 2017 12:16:04
Message-Id: 1502540147.2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b.asturm@gentoo
1 commit: 2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 12:12:00 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 12:15:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b71517f
7
8 kde-apps/cantor: Switched default to USE=analitza
9
10 Gentoo-bug: 619534
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 kde-apps/cantor/cantor-17.04.3.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/kde-apps/cantor/cantor-17.04.3.ebuild b/kde-apps/cantor/cantor-17.04.3.ebuild
17 index 871d6529b36..11af79af47d 100644
18 --- a/kde-apps/cantor/cantor-17.04.3.ebuild
19 +++ b/kde-apps/cantor/cantor-17.04.3.ebuild
20 @@ -12,7 +12,7 @@ inherit kde5 python-r1
21 DESCRIPTION="Interface for doing mathematics and scientific computing"
22 HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
23 KEYWORDS="~amd64 ~x86"
24 -IUSE="analitza julia lua postscript python qalculate +R"
25 +IUSE="+analitza julia lua postscript python qalculate R"
26
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
28
29 @@ -64,10 +64,12 @@ pkg_pretend() {
30 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
31 einfo "You have decided to build ${PN} with no backend."
32 einfo "To have this application functional, please enable one of the backends via USE flag:"
33 - einfo " analitza, julia, lua, python, qalculate, R"
34 + einfo " analitza, lua, python, qalculate"
35 einfo "Alternatively, install one of these:"
36 - einfo " # emerge sci-mathematics/maxima"
37 + einfo " # emerge sci-mathematics/maxima (bug #619534)"
38 einfo " # emerge sci-mathematics/octave"
39 + einfo "Experimental available USE flags:"
40 + einfo " julia (not stable, bug #613576), R (bug #619534)"
41 einfo
42 fi