From: Michał Górny Date: Sat, 14 May 2016 09:00:46 +0000 (+0200) Subject: dev-python/pypy3-bin: pax-mark libpypy-c.so as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f59d16be9df3661db08813791f4d2b2d4d7cef5c;p=gentoo.git dev-python/pypy3-bin: pax-mark libpypy-c.so as well --- 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...