dev-python/pypy3: Fix pax-marking in src_compile()

This commit is contained in:
Michał Górny
2016-05-14 11:00:14 +02:00
parent e34fc4f424
commit cf1a2d5bad
2 changed files with 4 additions and 4 deletions

View 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() {

View 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() {