diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-01 23:23:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-01 23:25:52 +0200 |
commit | 23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d (patch) | |
tree | ce7a73d1fdab979448e27a13ba617ad1a8cc2ca2 /net-libs | |
parent | dev-ruby/rdoc: arm64 stable (bug #693030) (diff) | |
download | gentoo-23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d.tar.gz gentoo-23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d.tar.bz2 gentoo-23bc6b85817f2091b63c5a7ddb4ff2c5d9a8ef5d.zip |
net-libs/libktorrent: We still want that patch
Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/libktorrent-2.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/libktorrent/libktorrent-2.1.1.ebuild b/net-libs/libktorrent/libktorrent-2.1.1.ebuild index b9e2994e0e41..d9c041e72e83 100644 --- a/net-libs/libktorrent/libktorrent-2.1.1.ebuild +++ b/net-libs/libktorrent/libktorrent-2.1.1.ebuild @@ -20,7 +20,6 @@ COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kconfig) $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) $(add_frameworks_dep ki18n) $(add_frameworks_dep kio) $(add_frameworks_dep solid) @@ -37,6 +36,8 @@ RDEPEND="${COMMON_DEPEND} !dev-libs/botan[gmp(-)] " +PATCHES=( "${FILESDIR}/${PN}-2.1-unused-link.patch" ) # git master + src_prepare() { kde5_src_prepare |