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-frameworks/plasma/
Date: Fri, 26 May 2017 19:13:00
Message-Id: 1495825969.6c2e3eef8a3368101a20e187bfd019c60916ac9d.asturm@gentoo
1 commit: 6c2e3eef8a3368101a20e187bfd019c60916ac9d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 19:12:49 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 19:12:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c2e3eef
7
8 kde-frameworks/plasma: Cleanup obsolete blocker
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 kde-frameworks/plasma/plasma-9999.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/kde-frameworks/plasma/plasma-9999.ebuild b/kde-frameworks/plasma/plasma-9999.ebuild
16 index 157a89ba61..8ed784351a 100644
17 --- a/kde-frameworks/plasma/plasma-9999.ebuild
18 +++ b/kde-frameworks/plasma/plasma-9999.ebuild
19 @@ -12,7 +12,7 @@ LICENSE="LGPL-2+"
20 KEYWORDS=""
21 IUSE="gles2 wayland X"
22
23 -COMMON_DEPEND="
24 +RDEPEND="
25 $(add_frameworks_dep kactivities)
26 $(add_frameworks_dep karchive)
27 $(add_frameworks_dep kconfig)
28 @@ -47,13 +47,10 @@ COMMON_DEPEND="
29 x11-libs/libxcb
30 )
31 "
32 -DEPEND="${COMMON_DEPEND}
33 +DEPEND="${RDEPEND}
34 $(add_frameworks_dep kdoctools)
35 X? ( x11-proto/xproto )
36 "
37 -RDEPEND="${COMMON_DEPEND}
38 - !<kde-apps/kapptemplate-15.08.3-r1:5
39 -"
40
41 RESTRICT+=" test"