Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/
Date: Tue, 19 Feb 2019 18:02:18
Message-Id: 1550599318.e6941ae977d201ee6042b55d2fc536d53d799abc.asturm@gentoo
1 commit: e6941ae977d201ee6042b55d2fc536d53d799abc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 17:47:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 19 18:01:58 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6941ae9
7
8 kde-misc/plasma-pass: Add missing RDEPEND
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/plasma-pass/plasma-pass-9999.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
17 index cd8cb1d964..d1ea19ba7f 100644
18 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild
19 +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
20 @@ -26,4 +26,6 @@ DEPEND="
21 $(add_qt_dep qtgraphicaleffects)
22 $(add_qt_dep qtgui)
23 "
24 -RDEPEND="${DEPEND}"
25 +RDEPEND="${DEPEND}
26 + $(add_frameworks_dep kirigami)
27 +"