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-apps/kget/
Date: Mon, 22 Oct 2018 18:14:46
Message-Id: 1540231573.c34c052b7da4178c197ebdafe23e8fc7cc09b99c.asturm@gentoo
1 commit: c34c052b7da4178c197ebdafe23e8fc7cc09b99c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 14:55:37 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 18:06:13 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c34c052b
7
8 kde-apps/kget: Switch from plasma-workspace to libkworkspace
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 kde-apps/kget/kget-18.08.49.9999.ebuild | 7 +++++--
14 kde-apps/kget/kget-9999.ebuild | 4 ++--
15 2 files changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/kde-apps/kget/kget-18.08.49.9999.ebuild b/kde-apps/kget/kget-18.08.49.9999.ebuild
18 index 18d94e1181..a204af5140 100644
19 --- a/kde-apps/kget/kget-18.08.49.9999.ebuild
20 +++ b/kde-apps/kget/kget-18.08.49.9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -43,7 +43,10 @@ COMMON_DEPEND="
28 app-crypt/qca:2[qt5(+)]
29 bittorrent? ( net-libs/libktorrent:5 )
30 gpg? ( app-crypt/gpgme[qt5] )
31 - kde? ( $(add_plasma_dep plasma-workspace) )
32 + kde? ( || (
33 + $(add_plasma_dep libkworkspace)
34 + $(add_plasma_dep plasma-workspace)
35 + ) )
36 mms? ( media-libs/libmms )
37 sqlite? ( dev-db/sqlite:3 )
38 "
39
40 diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild
41 index 18d94e1181..fd9407fc45 100644
42 --- a/kde-apps/kget/kget-9999.ebuild
43 +++ b/kde-apps/kget/kget-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -43,7 +43,7 @@ COMMON_DEPEND="
51 app-crypt/qca:2[qt5(+)]
52 bittorrent? ( net-libs/libktorrent:5 )
53 gpg? ( app-crypt/gpgme[qt5] )
54 - kde? ( $(add_plasma_dep plasma-workspace) )
55 + kde? ( $(add_plasma_dep libkworkspace) )
56 mms? ( media-libs/libmms )
57 sqlite? ( dev-db/sqlite:3 )
58 "