summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-07 23:13:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-07 23:14:33 +0100
commit83c08155054adac0fcc059124bef56c5282a70b0 (patch)
tree7575b88f8ce4ce57e850f74d61af4e08f2e321b2 /net-libs
parentnet-libs/rb_libtorrent: 1.0.11 version bump, fix tests, ABI break (diff)
downloadgentoo-83c08155054adac0fcc059124bef56c5282a70b0.tar.gz
gentoo-83c08155054adac0fcc059124bef56c5282a70b0.tar.bz2
gentoo-83c08155054adac0fcc059124bef56c5282a70b0.zip
net-libs/rb_libtorrent: Fix tests with boost-1.62
Gentoo-bug: 608864 Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
index 21c41bd81c2c..0f63abd3fe60 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -44,7 +44,11 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
-PATCHES=( "${FILESDIR}/${PN}-1.0.9-test_torrent_parse.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-1.0.9-test_torrent_parse.patch"
+ # master branch
+ "${FILESDIR}/${PN}-1.0.11-fix-test_ssl.patch"
+)
src_prepare() {
default