From: Justin Lecher Date: Tue, 29 Sep 2015 07:21:36 +0000 (+0200) Subject: dev-python/kiwisolver: Remove world write permission from files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9468a07d0060feefa7c1cf3e167e95bfd8d0cc7f;p=gentoo.git dev-python/kiwisolver: Remove world write permission from files Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher --- diff --git a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild b/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild index 7303e4b639c8..5ffa8f4568b9 100644 --- a/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild +++ b/dev-python/kiwisolver/kiwisolver-0.1.3.ebuild @@ -16,5 +16,11 @@ LICENSE="Clear-BSD" SLOT="0" KEYWORDS="amd64 x86" -DEPEND="app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + app-arch/unzip + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_prepare_all() { + chmod o-w *egg*/* || die + distutils-r1_python_prepare_all +}