commit:     6c606f151b2dcca24fd9a5d8a159e3f98cb4d7f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 18:44:20 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 23:41:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c606f15

mail-client/kube: Disable bogus dev-qt/qtconcurrent:5 in cmake

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 mail-client/kube/kube-0.7.0-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-client/kube/kube-0.7.0-r1.ebuild 
b/mail-client/kube/kube-0.7.0-r1.ebuild
index 110722ceb00..78e5b56d062 100644
--- a/mail-client/kube/kube-0.7.0-r1.ebuild
+++ b/mail-client/kube/kube-0.7.0-r1.ebuild
@@ -18,7 +18,6 @@ RDEPEND="
        >=app-crypt/gpgme-1.7.1:=[cxx,qt5]
        dev-libs/kasync:5
        >=dev-libs/sink-0.7.0:5
-       dev-qt/qtconcurrent:5
        dev-qt/qtcore:5
        dev-qt/qtdeclarative:5
        dev-qt/qtgui:5
@@ -50,6 +49,9 @@ PATCHES=(
 src_prepare() {
        cmake-utils_src_prepare
 
+       sed -e "/find_package.*Qt5/s/ Concurrent//" \
+               -i {extensions/api,framework}/src/CMakeLists.txt || die
+
        if ! use test; then
                sed -e "/find_package.*Qt5/s/ Test//" \
                        -i {,components/}CMakeLists.txt CMakeLists.txt \

Reply via email to