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 1FED813825A for ; Sat, 14 May 2016 09:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820E4E07F9; Sat, 14 May 2016 09:07:05 +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 14FFEE07F9 for ; Sat, 14 May 2016 09:07:05 +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 38F40340A7B for ; Sat, 14 May 2016 09:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D7D96A for ; Sat, 14 May 2016 09:07:01 +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: <1463216809.35ec3418f7fd39f991530da626888ae47a8612d9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild dev-python/pypy-bin/pypy-bin-5.0.0.ebuild X-VCS-Directories: dev-python/pypy-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35ec3418f7fd39f991530da626888ae47a8612d9 X-VCS-Branch: master Date: Sat, 14 May 2016 09:07:01 +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: 5a0c272a-6f67-4f14-892a-fbcd54020ab9 X-Archives-Hash: e551d6cc40ffcbacdebfcc88947e75be commit: 35ec3418f7fd39f991530da626888ae47a8612d9 Author: Michał Górny gentoo org> AuthorDate: Sat May 14 09:00:39 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 14 09:06:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec3418 dev-python/pypy-bin: pax-mark libpypy-c.so as well dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild | 2 +- dev-python/pypy-bin/pypy-bin-5.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild b/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild index 3c67610..9e6ecb7 100644 --- a/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild +++ b/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild @@ -115,7 +115,7 @@ src_compile() { use doc && emake -C pypy/doc/ html #needed even without jit :( also needed in both compile and install phases - pax-mark m pypy-c + pax-mark m pypy-c libpypy-c.so # ctypes config cache # this one we need to do with python2 too... diff --git a/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild b/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild index 3d5c40a..d2c1fa3 100644 --- a/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild @@ -115,7 +115,7 @@ src_compile() { use doc && emake -C pypy/doc/ html #needed even without jit :( also needed in both compile and install phases - pax-mark m pypy-c + pax-mark m pypy-c libpypy-c.so # ctypes config cache # this one we need to do with python2 too...