Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/plasma-runtime/
Date: Sat, 30 Jun 2018 08:45:23
Message-Id: 1530348302.66d3de64f0930291d39d7b302f20813ceb456324.asturm@gentoo
1 commit: 66d3de64f0930291d39d7b302f20813ceb456324
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 30 08:37:21 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 08:45:02 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=66d3de64
7
8 kde-apps/plasma-runtime: Fix kdelibs[crypt -> plasma] USE dep
9
10 kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild b/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
14 index 2494911..86e6b4b 100644
15 --- a/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
16 +++ b/kde-apps/plasma-runtime/plasma-runtime-4.14.3.ebuild
17 @@ -14,7 +14,7 @@ IUSE="debug"
18
19 DEPEND="
20 $(add_kdeframeworks_dep kactivities '' 4.13)
21 - $(add_kdeframeworks_dep kdelibs 'crypt')
22 + $(add_kdeframeworks_dep kdelibs 'plasma')
23 "
24 RDEPEND="${DEPEND}"