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

dev-python/envoy/envoy-0.0.3.ebuild

index 298eba3017217670bda94fdd5e94159c019d1ad3..4183c2fc76dd55b263016e29d78fc3e0946f0ffc 100644 (file)
@@ -1,8 +1,8 @@
-# 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