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: Sat, 27 Apr 2019 18:27:50
Message-Id: 1556385170.f7120a72a84f9f182cc9bffb46526351f13cf7ac.asturm@gentoo
1 commit: f7120a72a84f9f182cc9bffb46526351f13cf7ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 17:10:31 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 17:12:50 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7120a72
7
8 www-client/falkon: Add new DEPEND
9
10 For page sharing support.
11
12 Upstream commit 7bca744cabb2d4f8f825a90ce1b2bf266a8c7efb
13
14 Package-Manager: Portage-2.3.65, Repoman-2.3.12
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 www-client/falkon/falkon-9999.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
21 index a3f9099681..d7f7fa64c1 100644
22 --- a/www-client/falkon/falkon-9999.ebuild
23 +++ b/www-client/falkon/falkon-9999.ebuild
24 @@ -37,6 +37,7 @@ COMMON_DEPEND="
25 $(add_frameworks_dep kcrash)
26 $(add_frameworks_dep kio)
27 $(add_frameworks_dep kwallet)
28 + $(add_frameworks_dep purpose)
29 )
30 libressl? ( dev-libs/libressl:= )
31 !libressl? ( dev-libs/openssl:0= )