summaryrefslogtreecommitdiff
path: root/kde-apps/cantor/cantor-16.12.49.9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/cantor/cantor-16.12.49.9999.ebuild')
-rw-r--r--kde-apps/cantor/cantor-16.12.49.9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
index d78de977bdd..d5da0c7aa1d 100644
--- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
+++ b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
@@ -56,7 +56,10 @@ RDEPEND="${RDEPEND}"
RESTRICT+=" test"
-PATCHES=( "${FILESDIR}"/${PN}-16.12.2-bashism.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-16.12.2-bashism.patch
+ "${FILESDIR}"/${PN}-16.12.2-julia-kf-5.31.patch
+)
pkg_pretend() {
kde5_pkg_pretend
@@ -72,9 +75,9 @@ pkg_pretend() {
einfo
fi
- if ! has_version virtual/latex-base || ! has_version dev-texlive/texlive-genericrecommended; then
+ if ! has_version virtual/latex-base; then
einfo "For LaTeX support:"
- einfo " # emerge virtual/latex-base dev-texlive/texlive-genericrecommended"
+ einfo " # emerge virtual/latex-base"
fi
}