summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 14:12:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-12 14:15:47 +0200
commit2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b (patch)
tree80723d5336b6b92d3d88e9b668a1ad613f3d42bd /kde-apps
parentdev-vcs/fossil: Security Bump to 2.3 (diff)
downloadgentoo-2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b.tar.gz
gentoo-2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b.tar.bz2
gentoo-2b71517f6172e1e6230b1b9857aa5fe7a9fbca5b.zip
kde-apps/cantor: Switched default to USE=analitza
Gentoo-bug: 619534 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/cantor/cantor-17.04.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde-apps/cantor/cantor-17.04.3.ebuild b/kde-apps/cantor/cantor-17.04.3.ebuild
index 871d6529b367..11af79af47d6 100644
--- a/kde-apps/cantor/cantor-17.04.3.ebuild
+++ b/kde-apps/cantor/cantor-17.04.3.ebuild
@@ -12,7 +12,7 @@ inherit kde5 python-r1
DESCRIPTION="Interface for doing mathematics and scientific computing"
HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
KEYWORDS="~amd64 ~x86"
-IUSE="analitza julia lua postscript python qalculate +R"
+IUSE="+analitza julia lua postscript python qalculate R"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -64,10 +64,12 @@ pkg_pretend() {
! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
einfo "You have decided to build ${PN} with no backend."
einfo "To have this application functional, please enable one of the backends via USE flag:"
- einfo " analitza, julia, lua, python, qalculate, R"
+ einfo " analitza, lua, python, qalculate"
einfo "Alternatively, install one of these:"
- einfo " # emerge sci-mathematics/maxima"
+ einfo " # emerge sci-mathematics/maxima (bug #619534)"
einfo " # emerge sci-mathematics/octave"
+ einfo "Experimental available USE flags:"
+ einfo " julia (not stable, bug #613576), R (bug #619534)"
einfo
fi