projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e15e454
)
dev-python/imapclient: Support newer python
author
Pacho Ramos
<pacho@gentoo.org>
Mon, 29 May 2017 10:35:42 +0000
(12:35 +0200)
committer
Pacho 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
patch
|
blob
|
history
diff --git
a/dev-python/imapclient/imapclient-0.13.ebuild
b/dev-python/imapclient/imapclient-0.13.ebuild
index 3433e0db7f377e72ccca3ae5637945aefb5dcbf9..d0fe29429990445f1772a4f01e01f1ad6744ce63 100644
(file)
--- a/
dev-python/imapclient/imapclient-0.13.ebuild
+++ b/
dev-python/imapclient/imapclient-0.13.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
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