commit: 6f4dfb858e5bfa6c8c81a3af287a5336931bf004
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:55:31 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 01:55:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4dfb85
dev-python/unicodecsv: adding py33
Package-Manager: portage-2.2.26
dev-python/unicodecsv/unicodecsv-0.14.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
index f43c8e0..804b47b 100644
--- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
+++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1