commit: 92d67e6ba567131d823b4492c8d86e8e46aca217
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 18:42:51 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 19:04:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d67e6b
dev-python/elasticsearch-py: restore python 3.3
Package-Manager: portage-2.3.0
dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
index 5b23604..6ed63d1 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-2.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
ES_VERSION="2.3.5"