summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-12-01 01:21:34 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-12-01 01:21:37 +1100
commit08d68abcb2f11d1aadce657088aeab918036a90d (patch)
tree6343e1fe64a0edfd7e9d0967bb7cb63d42898933
parent76b55855cbb997dcddeea25c4b9fb9ac7c5c0f63 (diff)
downloadkde-08d68abcb2f11d1aadce657088aeab918036a90d.tar.gz
kde-08d68abcb2f11d1aadce657088aeab918036a90d.tar.bz2
kde-08d68abcb2f11d1aadce657088aeab918036a90d.zip
kde-apps/cantor: remove empty lines in pkg_pretend
The empty lines were useful in separating output when this message was in pkg_postinst, but pkg_pretend doesn't suffer from the same problem. Package-Manager: portage-2.3.2
-rw-r--r--kde-apps/cantor/cantor-16.12.49.9999.ebuild2
-rw-r--r--kde-apps/cantor/cantor-9999.ebuild2
2 files changed, 0 insertions, 4 deletions
diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
index 022066a4f13..1a63794b4f4 100644
--- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
+++ b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
@@ -63,14 +63,12 @@ pkg_pretend() {
if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \
! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
- einfo
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 "Alternatively, install one of these:"
einfo " # emerge sci-mathematics/maxima"
einfo " # emerge sci-mathematics/octave"
- einfo
fi
}
diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
index 022066a4f13..1a63794b4f4 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -63,14 +63,12 @@ pkg_pretend() {
if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \
! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
- einfo
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 "Alternatively, install one of these:"
einfo " # emerge sci-mathematics/maxima"
einfo " # emerge sci-mathematics/octave"
- einfo
fi
}