From 35ec3418f7fd39f991530da626888ae47a8612d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 May 2016 11:00:39 +0200 Subject: [PATCH] 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 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... -- 2.26.2