diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-08-21 12:17:10 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-08-21 12:17:10 +0800 |
commit | 50c011185575f7b4f7ccfdf93dc918c0b32c412e (patch) | |
tree | 65d9116af37ccc7f5fd47fb1b6edde9eaedd7315 /dev-python/PyPDF2 | |
parent | app-editors/hexedit: Fix building against sys-libs/ncurses[tinfo] (bug #55829... (diff) | |
download | gentoo-50c011185575f7b4f7ccfdf93dc918c0b32c412e.tar.gz gentoo-50c011185575f7b4f7ccfdf93dc918c0b32c412e.tar.bz2 gentoo-50c011185575f7b4f7ccfdf93dc918c0b32c412e.zip |
dev-python/PyPDF2: remove witespace
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r-- | dev-python/PyPDF2/PyPDF2-1.25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild b/dev-python/PyPDF2/PyPDF2-1.25.1.ebuild index 63f5b8ad6f40..59a85b394ef6 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() { |