dev-python/pyface: Fix typo

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>
This commit is contained in:
Justin Lecher
2015-09-30 19:29:04 +02:00
parent 3eef90e3be
commit 0f736d5c49

View File

@@ -44,6 +44,6 @@ python_test() {
}
python_install_all() {
use exmaples && EXAMPLES=( examples/. )
use examples && EXAMPLES=( examples/. )
distutils-r1_python_install_all
}