Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/
Date: Wed, 09 May 2018 07:47:38
Message-Id: 1525851942.f76b682a4bf613f810d78876dbe3515988876b5e.asturm@gentoo
1 commit: f76b682a4bf613f810d78876dbe3515988876b5e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 07:37:41 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 07:45:42 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f76b682a
7
8 www-client/falkon: Add missing DEPENDs
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 www-client/falkon/falkon-9999.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
16 index 0dad5d2db9..3fee51dcca 100644
17 --- a/www-client/falkon/falkon-9999.ebuild
18 +++ b/www-client/falkon/falkon-9999.ebuild
19 @@ -31,6 +31,8 @@ COMMON_DEPEND="
20 dbus? ( $(add_qt_dep qtdbus) )
21 gnome-keyring? ( gnome-base/gnome-keyring )
22 kde? (
23 + $(add_frameworks_dep kcoreaddons)
24 + $(add_frameworks_dep kcrash)
25 $(add_frameworks_dep kio)
26 $(add_frameworks_dep kwallet)
27 )
28 @@ -47,6 +49,9 @@ DEPEND="${COMMON_DEPEND}
29 $(add_qt_dep qtconcurrent)
30 gnome-keyring? ( virtual/pkgconfig )
31 "
32 +if [[ ${KDE_BUILD_TYPE} != live ]]; then
33 + DEPEND+=" $(add_frameworks_dep ki18n)"
34 +fi
35 RDEPEND="${COMMON_DEPEND}
36 !www-client/qupzilla
37 $(add_qt_dep qtsvg)