commit: 89a1b9e642779344ef83ecb3c10b351241196557 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 06:29:06 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 07:03:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a1b9e6
net-misc/polly: Fix typo Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> net-misc/polly/polly-0.93.11.ebuild | 2 +- net-misc/polly/polly-0.93.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/polly/polly-0.93.11.ebuild b/net-misc/polly/polly-0.93.11.ebuild index 70a222f..7c0089c 100644 --- a/net-misc/polly/polly-0.93.11.ebuild +++ b/net-misc/polly/polly-0.93.11.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -PYTON_REQ_USE=( gdbm ) +PYTHON_REQ_USE=( gdbm ) DISTUTILS_NO_PARALLEL_BUILD=1 inherit distutils-r1 gnome2-utils vcs-snapshot diff --git a/net-misc/polly/polly-0.93.12.ebuild b/net-misc/polly/polly-0.93.12.ebuild index cc0b29b..13fbe9e 100644 --- a/net-misc/polly/polly-0.93.12.ebuild +++ b/net-misc/polly/polly-0.93.12.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) -PYTON_REQ_USE=( gdbm ) +PYTHON_REQ_USE=( gdbm ) DISTUTILS_NO_PARALLEL_BUILD=1 inherit distutils-r1 gnome2-utils vcs-snapshot
