Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/
Date: Sun, 30 Aug 2020 19:02:22
Message-Id: 1598789539.4b79735cd79634afbe19226db22d76857d6f8296.asturm@gentoo
1 commit: 4b79735cd79634afbe19226db22d76857d6f8296
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 11:51:50 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 12:12:19 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b79735c
7
8 app-office/calligra: Drop obsolete disabling of benchmarks dir
9
10 After BUILD_TESTING patch was accepted upstream years ago.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 app-office/calligra/calligra-9999.ebuild | 5 -----
16 1 file changed, 5 deletions(-)
17
18 diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild
19 index 0f902d1ef6..a691747ec1 100644
20 --- a/app-office/calligra/calligra-9999.ebuild
21 +++ b/app-office/calligra/calligra-9999.ebuild
22 @@ -132,11 +132,6 @@ pkg_setup() {
23 src_prepare() {
24 ecm_src_prepare
25
26 - if ! use test; then
27 - sed -e "/add_subdirectory( *benchmarks *)/s/^/#DONT/" \
28 - -i libs/pigment/CMakeLists.txt || die
29 - fi
30 -
31 # Unconditionally disable deprecated deps (required by QtQuick1)
32 ecm_punt_bogus_dep Qt5 Declarative
33 ecm_punt_bogus_dep Qt5 OpenGL