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-plasma/plasma-desktop/
Date: Fri, 23 Oct 2020 23:27:47
Message-Id: 1603442426.ce3e14feb48ed8b7ec176b8c882693fcc174b144.asturm@gentoo
1 commit: ce3e14feb48ed8b7ec176b8c882693fcc174b144
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 23 08:40:26 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 23 08:40:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce3e14fe
7
8 kde-plasma/plasma-desktop: Add missing RDEPEND for users KCM
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild | 1 +
14 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
18 index 9ee4f257aa..84502ff0e3 100644
19 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
20 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.20.49.9999.ebuild
21 @@ -111,6 +111,7 @@ RDEPEND="${COMMON_DEPEND}
22 >=kde-plasma/breeze-${PVCUT}:5
23 >=kde-plasma/kde-cli-tools-${PVCUT}:5
24 >=kde-plasma/oxygen-${PVCUT}:5
25 + sys-apps/accountsservice
26 sys-apps/util-linux
27 x11-apps/setxkbmap
28 kaccounts? ( net-libs/signon-oauth2 )
29
30 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
31 index 1b14f3495a..8cc3632ebf 100644
32 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
33 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
34 @@ -111,6 +111,7 @@ RDEPEND="${COMMON_DEPEND}
35 >=kde-plasma/breeze-${PVCUT}:5
36 >=kde-plasma/kde-cli-tools-${PVCUT}:5
37 >=kde-plasma/oxygen-${PVCUT}:5
38 + sys-apps/accountsservice
39 sys-apps/util-linux
40 x11-apps/setxkbmap
41 kaccounts? ( net-libs/signon-oauth2 )