From f59d16be9df3661db08813791f4d2b2d4d7cef5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 May 2016 11:00:46 +0200 Subject: [PATCH] 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 9c78d0f0de434..f675894055eb9 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...