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 1C02F138334 for ; Tue, 19 Feb 2019 18:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FB0E0855; Tue, 19 Feb 2019 18:02:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 71C64E0855 for ; Tue, 19 Feb 2019 18:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7C86E335C97 for ; Tue, 19 Feb 2019 18:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 808A8549 for ; Tue, 19 Feb 2019 18:02:12 +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: <1550599318.e6941ae977d201ee6042b55d2fc536d53d799abc.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-pass/plasma-pass-9999.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e6941ae977d201ee6042b55d2fc536d53d799abc X-VCS-Branch: master Date: Tue, 19 Feb 2019 18:02:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 99c00252-8691-43ac-880d-8994e6222b08 X-Archives-Hash: 04886d33cf9d27c3610b77fd873380b6 commit: e6941ae977d201ee6042b55d2fc536d53d799abc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 18 17:47:07 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 19 18:01:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6941ae9 kde-misc/plasma-pass: Add missing RDEPEND Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-pass/plasma-pass-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild index cd8cb1d964..d1ea19ba7f 100644 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -26,4 +26,6 @@ DEPEND=" $(add_qt_dep qtgraphicaleffects) $(add_qt_dep qtgui) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) +"