From: Justin Lecher Date: Wed, 30 Sep 2015 17:29:04 +0000 (+0200) Subject: dev-python/pyface: Fix typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0f736d5c499c4e078e9c50d316027031476817d6;p=gentoo.git 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 --- diff --git a/dev-python/pyface/pyface-4.5.2.ebuild b/dev-python/pyface/pyface-4.5.2.ebuild index 0f21cf8c042c..9a0c3605e335 100644 --- 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 exmaples && EXAMPLES=( examples/. ) + use examples && EXAMPLES=( examples/. ) distutils-r1_python_install_all }