commit: 0f736d5c499c4e078e9c50d316027031476817d6 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 30 17:29:04 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 30 17:29:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f736d5c
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 <AT> gentoo.org> dev-python/pyface/pyface-4.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyface/pyface-4.5.2.ebuild b/dev-python/pyface/pyface-4.5.2.ebuild index 0f21cf8..9a0c360 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 }
