diff options
author | 2015-10-01 08:29:06 +0200 | |
---|---|---|
committer | 2015-10-01 09:03:11 +0200 | |
commit | 89a1b9e642779344ef83ecb3c10b351241196557 (patch) | |
tree | 6ae147512981fdfab37fa28b30bda4c9e9a9dcb2 /net-misc/polly | |
parent | dev-ruby/recog: version bump (diff) | |
download | gentoo-89a1b9e642779344ef83ecb3c10b351241196557.tar.gz gentoo-89a1b9e642779344ef83ecb3c10b351241196557.tar.bz2 gentoo-89a1b9e642779344ef83ecb3c10b351241196557.zip |
net-misc/polly: Fix typo
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/polly')
-rw-r--r-- | net-misc/polly/polly-0.93.11.ebuild | 2 | ||||
-rw-r--r-- | 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 70a222f09344..7c0089c7f218 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 cc0b29b9b4d0..13fbe9e6aa92 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 |