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/kio/
Date: Sun, 30 Sep 2018 08:49:16
Message-Id: 1538297333.486354fd2ec2b3aeaa1cb036702774d5b4b5f02c.asturm@gentoo
1 commit: 486354fd2ec2b3aeaa1cb036702774d5b4b5f02c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 08:48:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 08:48:53 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=486354fd
7
8 kde-frameworks/kio: Add missing DEPEND
9
10 Upstream commit d428fc8e6447ede81f1e1911d0b66b39265672f3
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-frameworks/kio/kio-9999.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild
19 index 144d29d298..f3c1563d16 100644
20 --- a/kde-frameworks/kio/kio-9999.ebuild
21 +++ b/kde-frameworks/kio/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 @@ -21,6 +21,7 @@ RDEPEND="
29 $(add_frameworks_dep kconfig)
30 $(add_frameworks_dep kconfigwidgets)
31 $(add_frameworks_dep kcoreaddons)
32 + $(add_frameworks_dep kcrash)
33 $(add_frameworks_dep kdbusaddons)
34 $(add_frameworks_dep ki18n)
35 $(add_frameworks_dep kiconthemes)