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 3A6871383E0 for ; Thu, 1 Oct 2015 07:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBD1A21C01B; Thu, 1 Oct 2015 07:03:25 +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 70D8521C01B for ; Thu, 1 Oct 2015 07:03:25 +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 A127F3410B0 for ; Thu, 1 Oct 2015 07:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F02672C6 for ; Thu, 1 Oct 2015 07:03:18 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443682992.421225bdba7a206eb1dd99f4eff478e2543519f0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-catchlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild X-VCS-Directories: dev-python/pytest-catchlog/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 421225bdba7a206eb1dd99f4eff478e2543519f0 X-VCS-Branch: master Date: Thu, 1 Oct 2015 07:03:18 +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: 72001138-4827-4fd1-91be-67b43dd84125 X-Archives-Hash: e9c14aa5e8873a8b51ee9ca3022bf4a4 commit: 421225bdba7a206eb1dd99f4eff478e2543519f0 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 1 06:29:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 1 07:03:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421225bd dev-python/pytest-catchlog: Fix typo Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild index c539e0c..dc4bb6c 100644 --- a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild +++ b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild @@ -29,6 +29,6 @@ DEPEND=" RESTRICT=test python_test() { - PYTHONPATH="${S}:${PYTONPATH}" \ + PYTHONPATH="${S}:${PYTHONPATH}" \ py.test -v -v -x || die }