Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/
Date: Sun, 01 Sep 2019 21:26:05
Message-Id: 1567373152.23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d.asturm@gentoo
1 commit: 23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 21:23:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 21:25:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bc6b85
7
8 net-libs/libktorrent: We still want that patch
9
10 Package-Manager: Portage-2.3.74, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libktorrent/libktorrent-2.1.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-libs/libktorrent/libktorrent-2.1.1.ebuild b/net-libs/libktorrent/libktorrent-2.1.1.ebuild
17 index b9e2994e0e4..d9c041e72e8 100644
18 --- a/net-libs/libktorrent/libktorrent-2.1.1.ebuild
19 +++ b/net-libs/libktorrent/libktorrent-2.1.1.ebuild
20 @@ -20,7 +20,6 @@ COMMON_DEPEND="
21 $(add_frameworks_dep karchive)
22 $(add_frameworks_dep kconfig)
23 $(add_frameworks_dep kcoreaddons)
24 - $(add_frameworks_dep kcrash)
25 $(add_frameworks_dep ki18n)
26 $(add_frameworks_dep kio)
27 $(add_frameworks_dep solid)
28 @@ -37,6 +36,8 @@ RDEPEND="${COMMON_DEPEND}
29 !dev-libs/botan[gmp(-)]
30 "
31
32 +PATCHES=( "${FILESDIR}/${PN}-2.1-unused-link.patch" ) # git master
33 +
34 src_prepare() {
35 kde5_src_prepare