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/rb_libtorrent/
Date: Tue, 07 Mar 2017 22:20:17
Message-Id: 1488924873.83c08155054adac0fcc059124bef56c5282a70b0.asturm@gentoo
1 commit: 83c08155054adac0fcc059124bef56c5282a70b0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 7 22:13:14 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 7 22:14:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c08155
7
8 net-libs/rb_libtorrent: Fix tests with boost-1.62
9
10 Gentoo-bug: 608864
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild | 8 ++++++--
15 1 file changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
18 index 21c41bd81c2..0f63abd3fe6 100644
19 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
20 +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -44,7 +44,11 @@ DEPEND="${RDEPEND}
28
29 S=${WORKDIR}/${MY_P}
30
31 -PATCHES=( "${FILESDIR}/${PN}-1.0.9-test_torrent_parse.patch" )
32 +PATCHES=(
33 + "${FILESDIR}/${PN}-1.0.9-test_torrent_parse.patch"
34 + # master branch
35 + "${FILESDIR}/${PN}-1.0.11-fix-test_ssl.patch"
36 +)
37
38 src_prepare() {
39 default