commit: 66d3de64f0930291d39d7b302f20813ceb456324
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Jun 30 08:37:21 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 08:45:02 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=66d3de64
kde-apps/plasma-runtime: Fix kdelibs[crypt -> plasma] USE dep
kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
b/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
index 2494911..86e6b4b 100644
--- a/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
+++ b/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
@@ -14,7 +14,7 @@ IUSE="debug"
DEPEND="
$(add_kdeframeworks_dep kactivities '' 4.13)
- $(add_kdeframeworks_dep kdelibs 'crypt')
+ $(add_kdeframeworks_dep kdelibs 'plasma')
"
RDEPEND="${DEPEND}"