From cf1a2d5bade3d0e860d3188e179d72df682c861e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 14 May 2016 11:00:14 +0200 Subject: 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(-) (limited to 'dev-python') diff --git a/dev-python/pypy3/pypy3-2.4.0-r2.ebuild b/dev-python/pypy3/pypy3-2.4.0-r2.ebuild index 07646dbe336f..3ff589490315 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 5f1b62c15d96..c00fc6575e06 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() { -- cgit v1.2.3-65-gdbad