summaryrefslogtreecommitdiff
path: root/kde-apps/cantor/cantor-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-17 20:39:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-17 20:42:56 +0100
commitce2d1e9f563107ccd31302d79b0e516e8bc940a4 (patch)
tree1c3bb7f44d4f1f285cc0b569861a970a83923b88 /kde-apps/cantor/cantor-9999.ebuild
parent512b66558caa1b81acad210bfbd4c3fb5cf525c2 (diff)
downloadkde-ce2d1e9f563107ccd31302d79b0e516e8bc940a4.tar.gz
kde-ce2d1e9f563107ccd31302d79b0e516e8bc940a4.tar.bz2
kde-ce2d1e9f563107ccd31302d79b0e516e8bc940a4.zip
kde-apps/cantor: Discount no longer optional, unfortunately botched
Cantor relies on a bundled discount-2.2.6 with non-upstreamed patches. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/cantor/cantor-9999.ebuild')
-rw-r--r--kde-apps/cantor/cantor-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
index 28e2827ebb4..bdee8c1be65 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -18,7 +18,7 @@ https://edu.kde.org/cantor/"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS=""
-IUSE="+analitza julia lua markdown postscript python qalculate R"
+IUSE="+analitza julia lua postscript python qalculate R"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
@@ -50,7 +50,6 @@ DEPEND="
analitza? ( >=kde-apps/analitza-${PVCUT}:5 )
julia? ( dev-lang/julia )
lua? ( dev-lang/luajit:2 )
- markdown? ( >=app-text/discount-2.2.2 )
qalculate? (
sci-libs/cln
sci-libs/libqalculate:=
@@ -101,7 +100,6 @@ src_configure() {
$(cmake_use_find_package analitza Analitza5)
$(cmake_use_find_package julia Julia)
$(cmake_use_find_package lua LuaJIT)
- $(cmake_use_find_package markdown Discount)
$(cmake_use_find_package postscript LibSpectre)
$(cmake_use_find_package python PythonLibs3)
$(cmake_use_find_package qalculate Qalculate)