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 B0CFA1382C5 for ; Fri, 18 May 2018 13:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5FB9E09B6; Fri, 18 May 2018 13:54:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD56CE09B7 for ; Fri, 18 May 2018 13:54:49 +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 2B46F335C75 for ; Fri, 18 May 2018 13:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 868FA43 for ; Fri, 18 May 2018 13:54:46 +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: <1526651556.0b88c69165787d476cc1664d8604ee9c5c5ecebe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-9999.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0b88c69165787d476cc1664d8604ee9c5c5ecebe X-VCS-Branch: master Date: Fri, 18 May 2018 13:54:46 +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: bfaff317-5c59-4d47-8569-164edbd66e6f X-Archives-Hash: ef23e1b42ddb696b8d8ba2c6aaa42be8 commit: 0b88c69165787d476cc1664d8604ee9c5c5ecebe Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 18 13:46:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 18 13:52:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b88c691 kde-plasma/plasma-vault: Add missing DEPEND Upstream commit 34deb086b5a37add48bd04a70596d718f924e3a9 Package-Manager: Portage-2.3.38, Repoman-2.3.9 kde-plasma/plasma-vault/plasma-vault-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild index bb599b37a4..e50a5f832f 100644 --- a/kde-plasma/plasma-vault/plasma-vault-9999.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" $(add_frameworks_dep kdbusaddons) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) + $(add_frameworks_dep networkmanager-qt) $(add_frameworks_dep plasma) $(add_frameworks_dep kwidgetsaddons) $(add_plasma_dep libksysguard)