projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eef90e
)
dev-python/pyface: Fix typo
author
Justin Lecher
<jlec@gentoo.org>
Wed, 30 Sep 2015 17:29:04 +0000
(19:29 +0200)
committer
Justin Lecher
<jlec@gentoo.org>
Wed, 30 Sep 2015 17:29:04 +0000
(19:29 +0200)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561916
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561822
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/pyface/pyface-4.5.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyface/pyface-4.5.2.ebuild
b/dev-python/pyface/pyface-4.5.2.ebuild
index 0f21cf8c042c099ad54adb95116a72817deb2405..9a0c3605e335dc4ec0f3bd6bf6fcb21224901908 100644
(file)
--- a/
dev-python/pyface/pyface-4.5.2.ebuild
+++ b/
dev-python/pyface/pyface-4.5.2.ebuild
@@
-44,6
+44,6
@@
python_test() {
}
python_install_all() {
- use ex
ma
ples && EXAMPLES=( examples/. )
+ use ex
am
ples && EXAMPLES=( examples/. )
distutils-r1_python_install_all
}