diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 12:35:42 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-05-29 18:31:43 +0200 |
commit | c3289ba523f121e70f246339e56a949bbc8ff66e (patch) | |
tree | 0f0128ce5481c358a66cc339d808e4b2f700a00b /dev-python/imapclient | |
parent | dev-python/placefinder: Support newer python (diff) | |
download | gentoo-c3289ba523f121e70f246339e56a949bbc8ff66e.tar.gz gentoo-c3289ba523f121e70f246339e56a949bbc8ff66e.tar.bz2 gentoo-c3289ba523f121e70f246339e56a949bbc8ff66e.zip |
dev-python/imapclient: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/imapclient')
-rw-r--r-- | dev-python/imapclient/imapclient-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/imapclient/imapclient-0.13.ebuild b/dev-python/imapclient/imapclient-0.13.ebuild index 3433e0db7f37..d0fe29429990 100644 --- a/dev-python/imapclient/imapclient-0.13.ebuild +++ b/dev-python/imapclient/imapclient-0.13.ebuild @@ -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 |