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 6850313825A 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 DC71721C01D; 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 4F1AC21C01D for ; Sat, 14 May 2016 09:07:05 +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 6DAFD340A98 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 A18C233A 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.cf1a2d5bade3d0e860d3188e179d72df682c861e.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-r2.ebuild dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cf1a2d5bade3d0e860d3188e179d72df682c861e 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: fefbce23-fe53-4071-a015-9ec82d5bcea8 X-Archives-Hash: 7a38f35bd9f6497818fe673b05c4cb28 commit: cf1a2d5bade3d0e860d3188e179d72df682c861e Author: Michał Górny gentoo org> AuthorDate: Sat May 14 09:00:14 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=cf1a2d5b dev-python/pypy3: Fix pax-marking in src_compile() dev-python/pypy3/pypy3-2.4.0-r2.ebuild | 4 ++-- dev-python/pypy3/pypy3-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/pypy3/pypy3-2.4.0-r2.ebuild b/dev-python/pypy3/pypy3-2.4.0-r2.ebuild index 07646db..3ff5894 100644 --- a/dev-python/pypy3/pypy3-2.4.0-r2.ebuild +++ b/dev-python/pypy3/pypy3-2.4.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -162,7 +162,7 @@ src_compile() { # assert txt.check() # AssertionError #use doc && emake -C pypy/doc/ html - pax-mark m "${ED%/}${INSDESTTREE}/pypy-c" + pax-mark m pypy-c libpypy-c.so } src_test() { diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index 5f1b62c..c00fc65 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -160,7 +160,7 @@ src_compile() { "${@}" || die "compile error" #use doc && emake -C pypy/doc/ html - pax-mark m "${ED%/}${INSDESTTREE}/pypy-c" + pax-mark m pypy-c libpypy-c.so } src_install() {