net-libs/rb_libtorrent: Fix tests with boost-1.62
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 Mar 2017 22:13:14 +0000 (23:13 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 7 Mar 2017 22:14:33 +0000 (23:14 +0100)
Gentoo-bug: 608864

Package-Manager: Portage-2.3.3, Repoman-2.3.1

net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild

index 21c41bd81c2c7fe4c62dac2423704ad5c2dc7948..0f63abd3fe6099061fb1c4e346b7b0fc518100e9 100644 (file)
@@ -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