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 98AB2139694 for ; Sun, 2 Jul 2017 08:19:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C3B3E0E20; Sun, 2 Jul 2017 08:19:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A14AE0E20 for ; Sun, 2 Jul 2017 08:19:12 +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 4CA963418DC for ; Sun, 2 Jul 2017 08:19:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845A37487 for ; Sun, 2 Jul 2017 08:19:09 +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: <1498983532.baf767d5ba7664907b8588d083005019af0aa0c6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kwalletmanager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kwalletmanager/kwalletmanager-9999.ebuild X-VCS-Directories: kde-apps/kwalletmanager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: baf767d5ba7664907b8588d083005019af0aa0c6 X-VCS-Branch: master Date: Sun, 2 Jul 2017 08:19:09 +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: 32b29b78-9fe9-46a4-a6c7-3aa4c109d5a4 X-Archives-Hash: cbb9e9dd9087680ac722a4a014827eee commit: baf767d5ba7664907b8588d083005019af0aa0c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 2 08:18:52 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 2 08:18:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=baf767d5 kde-apps/kwalletmanager: Add missing DEPEND Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-apps/kwalletmanager/kwalletmanager-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kwalletmanager/kwalletmanager-9999.ebuild b/kde-apps/kwalletmanager/kwalletmanager-9999.ebuild index 2fc49292c1..504a464655 100644 --- a/kde-apps/kwalletmanager/kwalletmanager-9999.ebuild +++ b/kde-apps/kwalletmanager/kwalletmanager-9999.ebuild @@ -28,6 +28,7 @@ DEPEND=" $(add_frameworks_dep kitemviews) $(add_frameworks_dep kjobwidgets) $(add_frameworks_dep knotifications) + $(add_frameworks_dep kcrash) $(add_frameworks_dep kservice) $(add_frameworks_dep ktextwidgets) $(add_frameworks_dep kwallet)