dev-python/imapclient: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 10:35:42 +0000 (12:35 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:43 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/imapclient/imapclient-0.13.ebuild

index 3433e0db7f377e72ccca3ae5637945aefb5dcbf9..d0fe29429990445f1772a4f01e01f1ad6744ce63 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1