commit: e6941ae977d201ee6042b55d2fc536d53d799abc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 17:47:07 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)
+"