Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/polly/
Date: Thu, 01 Oct 2015 07:03:25
Message-Id: 1443682991.89a1b9e642779344ef83ecb3c10b351241196557.jlec@gentoo
1 commit: 89a1b9e642779344ef83ecb3c10b351241196557
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 06:29:06 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 07:03:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a1b9e6
7
8 net-misc/polly: Fix typo
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 net-misc/polly/polly-0.93.11.ebuild | 2 +-
14 net-misc/polly/polly-0.93.12.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-misc/polly/polly-0.93.11.ebuild b/net-misc/polly/polly-0.93.11.ebuild
18 index 70a222f..7c0089c 100644
19 --- a/net-misc/polly/polly-0.93.11.ebuild
20 +++ b/net-misc/polly/polly-0.93.11.ebuild
21 @@ -5,7 +5,7 @@
22 EAPI=5
23
24 PYTHON_COMPAT=( python2_7 )
25 -PYTON_REQ_USE=( gdbm )
26 +PYTHON_REQ_USE=( gdbm )
27 DISTUTILS_NO_PARALLEL_BUILD=1
28
29 inherit distutils-r1 gnome2-utils vcs-snapshot
30
31 diff --git a/net-misc/polly/polly-0.93.12.ebuild b/net-misc/polly/polly-0.93.12.ebuild
32 index cc0b29b..13fbe9e 100644
33 --- a/net-misc/polly/polly-0.93.12.ebuild
34 +++ b/net-misc/polly/polly-0.93.12.ebuild
35 @@ -5,7 +5,7 @@
36 EAPI=5
37
38 PYTHON_COMPAT=( python2_7 )
39 -PYTON_REQ_USE=( gdbm )
40 +PYTHON_REQ_USE=( gdbm )
41 DISTUTILS_NO_PARALLEL_BUILD=1
42
43 inherit distutils-r1 gnome2-utils vcs-snapshot