commit: e4971e425fc5ed7d2a270a62e5dbc8a9cc985c9b
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 20:30:21 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jul 31 18:12:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4971e42
dev-python/s3fs: added python-3.4
Package-Manager: Portage-2.3.6, Repoman-2.3.3
dev-python/s3fs/s3fs-0.1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild
b/dev-python/s3fs/s3fs-0.1.2.ebuild
index 8dfb423c571..89fdf050793 100644
--- a/dev-python/s3fs/s3fs-0.1.2.ebuild
+++ b/dev-python/s3fs/s3fs-0.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1