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