dev-python/kiwisolver: Remove world write permission from files

Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-29 09:21:36 +02:00
parent 09adb392b7
commit 9468a07d00

View File

@@ -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
}