dev-python/PyPDF2: remove witespace
authorIan Delaney <idella4@gentoo.org>
Fri, 21 Aug 2015 04:17:10 +0000 (12:17 +0800)
committerIan Delaney <idella4@gentoo.org>
Fri, 21 Aug 2015 04:17:10 +0000 (12:17 +0800)
Package-Manager: portage-2.2.20

dev-python/PyPDF2/PyPDF2-1.25.1.ebuild

index 63f5b8ad6f40e3cc2f40f26f13087c55707dd0f5..59a85b394ef6d23e9c00ceaa46150c1af97b9a38 100644 (file)
@@ -22,7 +22,7 @@ python_test() {
        einfo "expected failure meaning the installation of PyPDF2 is working"
        einfo "He plans to update the causative file to see it pass"; einfo ""
 
-        "${PYTHON}" -m unittest Tests.tests || die "Tests failed under ${EPYTHON}"
+       "${PYTHON}" -m unittest Tests.tests || die "Tests failed under ${EPYTHON}"
 }
 
 python_install_all() {