commit: 50c011185575f7b4f7ccfdf93dc918c0b32c412e
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 04:17:10 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 04:17:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c01118
dev-python/PyPDF2: remove witespace
Package-Manager: portage-2.2.20
dev-python/PyPDF2/PyPDF2-1.25.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
index 63f5b8a..59a85b3 100644
--- a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
@@ -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() {