From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7823A58973 for ; Sat, 6 Feb 2016 22:45:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1477E21C068; Sat, 6 Feb 2016 22:45:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A752221C068 for ; Sat, 6 Feb 2016 22:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEE66340817 for ; Sat, 6 Feb 2016 22:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CF54E5F for ; Sat, 6 Feb 2016 22:45:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1454798707.6ca391c19b0e7f7f8aefcfd7d2973978f5164a82.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-2.4.0-r1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6ca391c19b0e7f7f8aefcfd7d2973978f5164a82 X-VCS-Branch: master Date: Sat, 6 Feb 2016 22:45:21 +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: c9f1cf7b-f982-4d7d-8b75-88b54464f6b1 X-Archives-Hash: f4269142126857996b5008f0aa13497f commit: 6ca391c19b0e7f7f8aefcfd7d2973978f5164a82 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 6 22:43:02 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 6 22:45:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca391c1 dev-python/pypy3: Use the new Gentoo path patch on 2.4.0-r1 dev-python/pypy3/pypy3-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy3/pypy3-2.4.0-r1.ebuild b/dev-python/pypy3/pypy3-2.4.0-r1.ebuild index e555175..c2c6e90 100644 --- a/dev-python/pypy3/pypy3-2.4.0-r1.ebuild +++ b/dev-python/pypy3/pypy3-2.4.0-r1.ebuild @@ -77,7 +77,7 @@ pkg_setup() { src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc-4.9.patch \ - "${FILESDIR}/1.9-scripts-location.patch" \ + "${FILESDIR}/4.0.0-gentoo-path.patch" \ "${FILESDIR}/1.9-distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option.patch" \ "${FILESDIR}"/2.3.1-shared-lib.patch # 517002 epatch "${FILESDIR}/2.4.0-ncurses6.patch"