Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/
Date: Tue, 16 Oct 2018 10:53:21
Message-Id: 1539687180.ee96e155269677aea1d7b9cf87ab96051706cc59.asturm@gentoo
1 commit: ee96e155269677aea1d7b9cf87ab96051706cc59
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 10:53:00 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 10:53:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee96e155
7
8 kde-plasma/plasma-desktop: Fixup RDEPEND change
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 .../{plasma-desktop-5.12.5-r1.ebuild => plasma-desktop-5.12.5.ebuild} | 3 ++-
14 kde-plasma/plasma-desktop/plasma-desktop-5.12.7-r1.ebuild | 1 -
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
18 similarity index 98%
19 rename from kde-plasma/plasma-desktop/plasma-desktop-5.12.5-r1.ebuild
20 rename to kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
21 index 448793d03ca..1be202fb0de 100644
22 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5-r1.ebuild
23 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -110,6 +110,7 @@ RDEPEND="${COMMON_DEPEND}
31 $(add_plasma_dep kde-cli-tools)
32 $(add_plasma_dep oxygen)
33 $(add_qt_dep qtgraphicaleffects)
34 + sys-apps/accountsservice
35 sys-apps/util-linux
36 x11-apps/setxkbmap
37 pulseaudio? ( $(add_plasma_dep plasma-pa ) )
38
39 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7-r1.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7-r1.ebuild
40 index 362030bf6b7..ecd6765a9d7 100644
41 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.7-r1.ebuild
42 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.7-r1.ebuild
43 @@ -110,7 +110,6 @@ RDEPEND="${COMMON_DEPEND}
44 $(add_plasma_dep kde-cli-tools)
45 $(add_plasma_dep oxygen)
46 $(add_qt_dep qtgraphicaleffects)
47 - sys-apps/accountsservice
48 sys-apps/util-linux
49 x11-apps/setxkbmap
50 pulseaudio? ( $(add_plasma_dep plasma-pa ) )