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/audiocd-kio/
Date: Wed, 03 Oct 2018 06:41:00
Message-Id: 1538548486.3c57c99530a97180e567c77244823114f10d4c5a.asturm@gentoo
1 commit: 3c57c99530a97180e567c77244823114f10d4c5a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 3 06:34:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 3 06:34:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3c57c995
7
8 kde-apps/audiocd-kio: Fix DEPENDs, kdelibs4support--
9
10 Upstream commit a18c914c776efc7f22a32f802e6038e2ee373c4e
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14
15 kde-apps/audiocd-kio/audiocd-kio-9999.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild b/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild
19 index 3d4196b77e..d381474811 100644
20 --- a/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild
21 +++ b/kde-apps/audiocd-kio/audiocd-kio-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -16,7 +16,7 @@ DEPEND="
29 $(add_frameworks_dep kconfig)
30 $(add_frameworks_dep kconfigwidgets)
31 $(add_frameworks_dep kcoreaddons)
32 - $(add_frameworks_dep kdelibs4support)
33 + $(add_frameworks_dep kcmutils)
34 $(add_frameworks_dep ki18n)
35 $(add_frameworks_dep kio)
36 $(add_kdeapps_dep libkcddb)