Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/
Date: Wed, 08 May 2019 22:56:59
Message-Id: 1557356172.c9114b9f1caebd3d3ee0097ff3770c7257882a94.asturm@gentoo
1 commit: c9114b9f1caebd3d3ee0097ff3770c7257882a94
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 8 20:19:45 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 22:56:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9114b9f
7
8 www-client/falkon: Add missing dependency
9
10 Closes: https://bugs.gentoo.org/684980
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 www-client/falkon/{falkon-3.1.0.ebuild => falkon-3.1.0-r1.ebuild} | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/www-client/falkon/falkon-3.1.0.ebuild b/www-client/falkon/falkon-3.1.0-r1.ebuild
18 similarity index 98%
19 rename from www-client/falkon/falkon-3.1.0.ebuild
20 rename to www-client/falkon/falkon-3.1.0-r1.ebuild
21 index 5b109200aa5..2db70ffdae5 100644
22 --- a/www-client/falkon/falkon-3.1.0.ebuild
23 +++ b/www-client/falkon/falkon-3.1.0-r1.ebuild
24 @@ -36,6 +36,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= )