projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a1b9e
)
dev-python/pytest-catchlog: Fix typo
author
Justin Lecher
<jlec@gentoo.org>
Thu, 1 Oct 2015 06:29:30 +0000
(08:29 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Thu, 1 Oct 2015 07:03:12 +0000
(09:03 +0200)
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
b/dev-python/pytest-catchlog/pytest-catchlog-1.1.ebuild
index c539e0c932f1d756de5330d0c2c6fa654dd151fe..dc4bb6cdf1225a96a129bdf738c84292e49c07bb 100644
(file)
--- 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}:${PYT
H
ONPATH}" \
py.test -v -v -x || die
}