From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AD821397EC for ; Fri, 21 Aug 2015 04:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24D4514040; Fri, 21 Aug 2015 04:18:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE95D14040 for ; Fri, 21 Aug 2015 04:18:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B841C340685 for ; Fri, 21 Aug 2015 04:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34DE613F for ; Fri, 21 Aug 2015 04:18:10 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1440130630.50c011185575f7b4f7ccfdf93dc918c0b32c412e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyPDF2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyPDF2/PyPDF2-1.25.1.ebuild X-VCS-Directories: dev-python/PyPDF2/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 50c011185575f7b4f7ccfdf93dc918c0b32c412e X-VCS-Branch: master Date: Fri, 21 Aug 2015 04:18:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23629afd-33aa-47f7-8fe9-f8ab84680662 X-Archives-Hash: f2cbae7ed32ca4972da80ddf4a5e6854 commit: 50c011185575f7b4f7ccfdf93dc918c0b32c412e Author: Ian Delaney gentoo org> AuthorDate: Fri Aug 21 04:17:10 2015 +0000 Commit: Ian Delaney gentoo 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() {