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 C98F213825A for ; Sat, 14 May 2016 09:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE3E1419F; Sat, 14 May 2016 09:07:10 +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 B6C5E1419F for ; Sat, 14 May 2016 09:07:09 +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 DC053340A9E for ; Sat, 14 May 2016 09:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E8B9334 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.e34fc4f42494d880d1948fe9ebfb0c4d15c0e068.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-4.0.1.ebuild dev-python/pypy/pypy-5.0.0.ebuild dev-python/pypy/pypy-9999.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e34fc4f42494d880d1948fe9ebfb0c4d15c0e068 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: 5b36fd99-4d99-45f4-8efa-dcc5a013fb2a X-Archives-Hash: e1dc50f9b2ed5f3717fc6f6192063512 commit: e34fc4f42494d880d1948fe9ebfb0c4d15c0e068 Author: Michał Górny gentoo org> AuthorDate: Sat May 14 09:00:04 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=e34fc4f4 dev-python/pypy: Fix pax-marking in src_compile() dev-python/pypy/pypy-4.0.1.ebuild | 4 ++-- dev-python/pypy/pypy-5.0.0.ebuild | 4 ++-- dev-python/pypy/pypy-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-python/pypy/pypy-4.0.1.ebuild b/dev-python/pypy/pypy-4.0.1.ebuild index 9a64dcb..2fed250 100644 --- a/dev-python/pypy/pypy-4.0.1.ebuild +++ b/dev-python/pypy/pypy-4.0.1.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$ @@ -165,7 +165,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_test() { diff --git a/dev-python/pypy/pypy-5.0.0.ebuild b/dev-python/pypy/pypy-5.0.0.ebuild index 9a64dcb..2fed250 100644 --- a/dev-python/pypy/pypy-5.0.0.ebuild +++ b/dev-python/pypy/pypy-5.0.0.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$ @@ -165,7 +165,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_test() { diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index 331ea55..52a0851 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-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$ @@ -171,7 +171,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_test() {