summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-05-14 11:00:46 +0200
committerMichał Górny <mgorny@gentoo.org>2016-05-14 11:06:49 +0200
commitf59d16be9df3661db08813791f4d2b2d4d7cef5c (patch)
tree6828181003e0a4ebfb9922e45cd6a4aeb1a0ebf8 /dev-python
parentdev-python/pypy-bin: pax-mark libpypy-c.so as well (diff)
downloadgentoo-f59d16be9df3661db08813791f4d2b2d4d7cef5c.tar.gz
gentoo-f59d16be9df3661db08813791f4d2b2d4d7cef5c.tar.bz2
gentoo-f59d16be9df3661db08813791f4d2b2d4d7cef5c.zip
dev-python/pypy3-bin: pax-mark libpypy-c.so as well
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild2
1 files changed, 1 insertions, 1 deletions
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 9c78d0f0de43..f675894055eb 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...