dev-python/tweepy: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 14:06:37 +0000 (16:06 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:32:26 +0000 (18:32 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/tweepy/tweepy-3.5.0.ebuild

index ad29a8d179ca91691c03bdfe0b4df5e18a50899d..0fa61c27443c8cf8d33229830c453058299e4488 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 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="ssl(+)"
 
 inherit distutils-r1