commit: 421225bdba7a206eb1dd99f4eff478e2543519f0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 1 06:29:30 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
}