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

index 9a64dcbae0d080e1c73087af4e29d5e60130bee0..2fed250c8ace5f3bcf94d3decff9f49875a83f42 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$
 
@@ -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() {
index 9a64dcbae0d080e1c73087af4e29d5e60130bee0..2fed250c8ace5f3bcf94d3decff9f49875a83f42 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$
 
@@ -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() {
index 331ea557e59e9d506eec199192a8b3cc3c2aaca1..52a085171b1fdaf8c381c08f0c25302b87c536db 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$
 
@@ -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() {