dev-python/pypy3: Fix pax-marking in src_compile()
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 09:00:14 +0000 (11:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 09:06:49 +0000 (11:06 +0200)
dev-python/pypy3/pypy3-2.4.0-r2.ebuild
dev-python/pypy3/pypy3-9999.ebuild

index 07646dbe336f3a940505cc653f542d51cb42f605..3ff58949031525f673652ed811134284a6daf8c0 100644 (file)
@@ -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() {
index 5f1b62c15d968f68f1baa88bb557c5166560f1ba..c00fc6575e06e3a29af73cdda17f7a05801ec2fc 100644 (file)
@@ -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() {