summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-11-30 15:40:01 +0100
committerJustin Lecher <jlec@gentoo.org>2015-11-30 15:42:27 +0100
commit560644c4f6e23332c8c972e746ba1f01092821b2 (patch)
tree036f7e96947ee432eccfad725cbf19ce2934ba19 /dev-python/cssutils/cssutils-1.0.1.ebuild
parentpython-utils-r1.eclass: _python_check_locale_sanity, fix quoting issue (diff)
downloadgentoo-560644c4f6e23332c8c972e746ba1f01092821b2.tar.gz
gentoo-560644c4f6e23332c8c972e746ba1f01092821b2.tar.bz2
gentoo-560644c4f6e23332c8c972e746ba1f01092821b2.zip
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>
Diffstat (limited to 'dev-python/cssutils/cssutils-1.0.1.ebuild')
-rw-r--r--dev-python/cssutils/cssutils-1.0.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild b/dev-python/cssutils/cssutils-1.0.1.ebuild
index c2be49f955b6..d585a639942d 100644
--- a/dev-python/cssutils/cssutils-1.0.1.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.1.ebuild
@@ -35,6 +35,8 @@ python_prepare_all() {
-e '/tests_require/d' \
-i setup.py || die
+ EPATCH_OPTS="--binary"
+
distutils-r1_python_prepare_all
}