dev-python/cssutils: Clear broken lineendings

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567160

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-30 15:40:01 +01:00
parent 283da8a1e1
commit 560644c4f6
2 changed files with 34 additions and 32 deletions

View File

@@ -35,6 +35,8 @@ python_prepare_all() {
-e '/tests_require/d' \
-i setup.py || die
EPATCH_OPTS="--binary"
distutils-r1_python_prepare_all
}