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 E77C6138330 for ; Fri, 30 Sep 2016 07:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072C4E0944; Fri, 30 Sep 2016 07:21:28 +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 E1399E0944 for ; Fri, 30 Sep 2016 07:21:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B797E3404A5 for ; Fri, 30 Sep 2016 07:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6BC5248D for ; Fri, 30 Sep 2016 07:21:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1475220078.9bc3ac4d1e738ee7f629b8bfdfbce7bff3145512.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests/requests-2.11.1.ebuild X-VCS-Directories: dev-python/requests/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9bc3ac4d1e738ee7f629b8bfdfbce7bff3145512 X-VCS-Branch: master Date: Fri, 30 Sep 2016 07:21:24 +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: 22586560-1c90-415c-8c2d-e3f0edcfaa13 X-Archives-Hash: bdcda0d09062de40cf36845796555133 commit: 9bc3ac4d1e738ee7f629b8bfdfbce7bff3145512 Author: Lars Wendler gentoo org> AuthorDate: Fri Sep 30 07:21:18 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Sep 30 07:21:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc3ac4d dev-python/requests: Fixed patch name (bug #595602). Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> dev-python/requests/requests-2.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests/requests-2.11.1.ebuild b/dev-python/requests/requests-2.11.1.ebuild index 8465d8e..6a56b5b 100644 --- a/dev-python/requests/requests-2.11.1.ebuild +++ b/dev-python/requests/requests-2.11.1.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} RESTRICT="test" PATCHES=( - "${FILESDIR}"/${P}-system-packages.patch + "${FILESDIR}"/${PN}-2.9.1-system-packages.patch "${FILESDIR}"/${PN}-2.5.0-system-cacerts.patch )