commit: f59d16be9df3661db08813791f4d2b2d4d7cef5c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 09:00:46 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=f59d16be
dev-python/pypy3-bin: pax-mark libpypy-c.so as well
dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
index 9c78d0f..f675894 100644
--- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
@@ -110,7 +110,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...