dev-python/pypy-bin: pax-mark libpypy-c.so as well
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 09:00:39 +0000 (11:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 14 May 2016 09:06:49 +0000 (11:06 +0200)
dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild
dev-python/pypy-bin/pypy-bin-5.0.0.ebuild

index 3c67610d60f1fbb08e59e1838192d4a6553318a3..9e6ecb799d5cc223583ad62811918f4a7aae3cf4 100644 (file)
@@ -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...
index 3d5c40a078d6b9e9ad50c89de3af1bd17d1660fc..d2c1fa31fb61020815dbcdcdc666b53aa93ca74c 100644 (file)
@@ -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...