From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 91F75139084 for ; Wed, 29 Nov 2017 17:41:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B260AE085E; Wed, 29 Nov 2017 17:40:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F892E085E for ; Wed, 29 Nov 2017 17:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81C8E33D4A6 for ; Wed, 29 Nov 2017 17:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7CF5ABD5 for ; Wed, 29 Nov 2017 17:40:56 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1511976304.9f3d7977d2bfa3adf741693372f54d6e4fa29957.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kfind/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kfind/kfind-9999.ebuild X-VCS-Directories: kde-apps/kfind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f3d7977d2bfa3adf741693372f54d6e4fa29957 X-VCS-Branch: master Date: Wed, 29 Nov 2017 17:40:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cfdeddc-6391-474a-99cf-920bb6d9ac1a X-Archives-Hash: 6f5825a7777853326fbe42197ec220f3 commit: 9f3d7977d2bfa3adf741693372f54d6e4fa29957 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 29 14:23:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 29 17:25:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f3d7977 kde-apps/kfind: Add new DEPEND Upstream commit 8e02fac66f955913c6a82530ee078b61bdbd06d5 Package-Manager: Portage-2.3.16, Repoman-2.3.6 kde-apps/kfind/kfind-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kfind/kfind-9999.ebuild b/kde-apps/kfind/kfind-9999.ebuild index c7a8e4db9d..04be6dd0dc 100644 --- a/kde-apps/kfind/kfind-9999.ebuild +++ b/kde-apps/kfind/kfind-9999.ebuild @@ -24,6 +24,7 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) "