From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19FBB139694 for ; Tue, 7 Mar 2017 22:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C73FE0CB9; Tue, 7 Mar 2017 22:20:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45897E0CB9 for ; Tue, 7 Mar 2017 22:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A9CB341130 for ; Tue, 7 Mar 2017 22:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 979FB5FF6 for ; Tue, 7 Mar 2017 22:20:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1488924873.83c08155054adac0fcc059124bef56c5282a70b0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rb_libtorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild X-VCS-Directories: net-libs/rb_libtorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83c08155054adac0fcc059124bef56c5282a70b0 X-VCS-Branch: master Date: Tue, 7 Mar 2017 22:20:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 073be052-7803-441d-9e2e-3994837be689 X-Archives-Hash: b6e95cdd99fffe371527f4d3afa99e4d commit: 83c08155054adac0fcc059124bef56c5282a70b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 7 22:13:14 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 7 22:14:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c08155 net-libs/rb_libtorrent: Fix tests with boost-1.62 Gentoo-bug: 608864 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-libs/rb_libtorrent/rb_libtorrent-1.0.10.ebuild | 8 ++++++-- 1 file 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 21c41bd81c2..0f63abd3fe6 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