summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-14 11:00:39 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-14 11:06:49 +0200
commit35ec3418f7fd39f991530da626888ae47a8612d9 (patch)
treee4e42ff1efd9647501514d137322fc6718f03d8c /dev-python/pypy-bin
parentdev-python/pypy3: Fix pax-marking in src_compile() (diff)
downloadgentoo-35ec3418f7fd39f991530da626888ae47a8612d9.tar.gz
gentoo-35ec3418f7fd39f991530da626888ae47a8612d9.tar.bz2
gentoo-35ec3418f7fd39f991530da626888ae47a8612d9.zip
dev-python/pypy-bin: pax-mark libpypy-c.so as well
Diffstat (limited to 'dev-python/pypy-bin')
-rw-r--r--dev-python/pypy-bin/pypy-bin-4.0.1-r1.ebuild2
-rw-r--r--dev-python/pypy-bin/pypy-bin-5.0.0.ebuild2
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 3c67610d60f1..9e6ecb799d5c 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 3d5c40a078d6..d2c1fa31fb61 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...