Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
Date: Sun, 24 May 2020 17:27:29
Message-Id: 1590338195.85efb9376bef822bdc24b6cbcc48e049e8a30947.asturm@gentoo
1 commit: 85efb9376bef822bdc24b6cbcc48e049e8a30947
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 16:36:35 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 16:36:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=85efb937
7
8 kde-apps/cantor: Update USE postscript cmake option
9
10 Upstream commit 156d076bee7ac93fc2db9832750e2e48b73111cb
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/cantor/cantor-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
19 index 57c232ef4f..710bf0f0ea 100644
20 --- a/kde-apps/cantor/cantor-9999.ebuild
21 +++ b/kde-apps/cantor/cantor-9999.ebuild
22 @@ -100,7 +100,7 @@ src_configure() {
23 $(cmake_use_find_package analitza Analitza5)
24 $(cmake_use_find_package julia Julia)
25 $(cmake_use_find_package lua LuaJIT)
26 - $(cmake_use_find_package postscript LibSpectre)
27 + -DUSE_LIBSPECTRE=$(usex postscript)
28 $(cmake_use_find_package python PythonLibs3)
29 $(cmake_use_find_package qalculate Qalculate)
30 $(cmake_use_find_package R R)