commit: 35ec3418f7fd39f991530da626888ae47a8612d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 09:00:39 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=35ec3418
dev-python/pypy-bin: pax-mark libpypy-c.so as well
dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild | 2 +-
dev-python/pypy-bin/pypy-bin-5.0.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild
b/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild
index 3c67610..9e6ecb7 100644
--- a/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild
+++ b/dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild
@@ -115,7 +115,7 @@ src_compile() {
use doc && emake -C pypy/doc/ html
#needed even without jit :( also needed in both compile and install
phases
- pax-mark m pypy-c
+ pax-mark m pypy-c libpypy-c.so
# ctypes config cache
# this one we need to do with python2 too...
diff --git a/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild
b/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild
index 3d5c40a..d2c1fa3 100644
--- a/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild
+++ b/dev-python/pypy-bin/pypy-bin-5.0.0.ebuild
@@ -115,7 +115,7 @@ src_compile() {
use doc && emake -C pypy/doc/ html
#needed even without jit :( also needed in both compile and install
phases
- pax-mark m pypy-c
+ pax-mark m pypy-c libpypy-c.so
# ctypes config cache
# this one we need to do with python2 too...