Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/kube/
Date: Tue, 01 Oct 2019 23:43:51
Message-Id: 1569973304.6c606f151b2dcca24fd9a5d8a159e3f98cb4d7f9.asturm@gentoo
1 commit: 6c606f151b2dcca24fd9a5d8a159e3f98cb4d7f9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 18:44:20 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 23:41:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c606f15
7
8 mail-client/kube: Disable bogus dev-qt/qtconcurrent:5 in cmake
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 mail-client/kube/kube-0.7.0-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/mail-client/kube/kube-0.7.0-r1.ebuild b/mail-client/kube/kube-0.7.0-r1.ebuild
17 index 110722ceb00..78e5b56d062 100644
18 --- a/mail-client/kube/kube-0.7.0-r1.ebuild
19 +++ b/mail-client/kube/kube-0.7.0-r1.ebuild
20 @@ -18,7 +18,6 @@ RDEPEND="
21 >=app-crypt/gpgme-1.7.1:=[cxx,qt5]
22 dev-libs/kasync:5
23 >=dev-libs/sink-0.7.0:5
24 - dev-qt/qtconcurrent:5
25 dev-qt/qtcore:5
26 dev-qt/qtdeclarative:5
27 dev-qt/qtgui:5
28 @@ -50,6 +49,9 @@ PATCHES=(
29 src_prepare() {
30 cmake-utils_src_prepare
31
32 + sed -e "/find_package.*Qt5/s/ Concurrent//" \
33 + -i {extensions/api,framework}/src/CMakeLists.txt || die
34 +
35 if ! use test; then
36 sed -e "/find_package.*Qt5/s/ Test//" \
37 -i {,components/}CMakeLists.txt CMakeLists.txt \