dev-python/pyface: Fix typo
authorJustin Lecher <jlec@gentoo.org>
Wed, 30 Sep 2015 17:29:04 +0000 (19:29 +0200)
committerJustin 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

index 0f21cf8c042c099ad54adb95116a72817deb2405..9a0c3605e335dc4ec0f3bd6bf6fcb21224901908 100644 (file)
@@ -44,6 +44,6 @@ python_test() {
 }
 
 python_install_all() {
-       use exmaples && EXAMPLES=( examples/. )
+       use examples && EXAMPLES=( examples/. )
        distutils-r1_python_install_all
 }