projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d7401
)
dev-python/PyPDF2: remove witespace
author
Ian Delaney
<idella4@gentoo.org>
Fri, 21 Aug 2015 04:17:10 +0000
(12:17 +0800)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild
index 63f5b8ad6f40e3cc2f40f26f13087c55707dd0f5..59a85b394ef6d23e9c00ceaa46150c1af97b9a38 100644
(file)
--- 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() {