Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyface/
Date: Wed, 30 Sep 2015 17:29:43
Message-Id: 1443634144.0f736d5c499c4e078e9c50d316027031476817d6.jlec@gentoo
1 commit: 0f736d5c499c4e078e9c50d316027031476817d6
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:29:04 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:29:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f736d5c
7
8 dev-python/pyface: Fix typo
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561916
11 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561822
12
13 Package-Manager: portage-2.2.22
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 dev-python/pyface/pyface-4.5.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pyface/pyface-4.5.2.ebuild b/dev-python/pyface/pyface-4.5.2.ebuild
20 index 0f21cf8..9a0c360 100644
21 --- a/dev-python/pyface/pyface-4.5.2.ebuild
22 +++ b/dev-python/pyface/pyface-4.5.2.ebuild
23 @@ -44,6 +44,6 @@ python_test() {
24 }
25
26 python_install_all() {
27 - use exmaples && EXAMPLES=( examples/. )
28 + use examples && EXAMPLES=( examples/. )
29 distutils-r1_python_install_all
30 }