dev-python/eventlet: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 08:07:23 +0000 (01:07 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 Mar 2017 08:35:59 +0000 (01:35 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/eventlet/eventlet-0.18.4.ebuild
dev-python/eventlet/eventlet-0.19.0.ebuild
dev-python/eventlet/eventlet-0.20.1.ebuild

index 27391616acbbd734a3125d4ebc382e347b68d86b..4b00621ad223164e9749b574e5fcd8b9caa45352 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index a3a48c2de11c1ef79b66dbbcf08df92968797523..5a7b9ba37c08c7a115c8797b7f4ff414c13a41ed 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
index 7823e450c40146fdd4b3a4dda392e10e148112ad..5a7b9ba37c08c7a115c8797b7f4ff414c13a41ed 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1