Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/
Date: Mon, 23 Oct 2017 11:06:49
Message-Id: 1508756791.950dce98f5356fdb4cb35d21d543c26db912e374.kensington@gentoo
1 commit: 950dce98f5356fdb4cb35d21d543c26db912e374
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 11:06:20 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 11:06:31 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=950dce98
7
8 www-client/falkon: fix dependencies
9
10 Closes: https://bugs.gentoo.org/635152
11 Package-Manager: Portage-2.3.8, Repoman-2.3.3
12
13 www-client/falkon/falkon-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
17 index 28efdd3e34..91e58c788c 100644
18 --- a/www-client/falkon/falkon-9999.ebuild
19 +++ b/www-client/falkon/falkon-9999.ebuild
20 @@ -35,12 +35,12 @@ COMMON_DEPEND="
21 x11-libs/libxcb:=
22 )
23 "
24 -DEPEND="${COMMON_RDEPEND}
25 +DEPEND="${COMMON_DEPEND}
26 $(add_qt_dep linguist-tools)
27 $(add_qt_dep qtconcurrent)
28 gnome-keyring? ( virtual/pkgconfig )
29 "
30 -RDEPEND="${COMMON_RDEPEND}
31 +RDEPEND="${COMMON_DEPEND}
32 !www-client/qupzilla
33 "