commit:     cf1a2d5bade3d0e860d3188e179d72df682c861e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 09:00:14 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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() {

Reply via email to