dev-python/tvdb_api: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:22:49 +0000 (20:22 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:23:07 +0000 (20:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/tvdb_api/tvdb_api-1.10_pre20150406-r1.ebuild

index 33cac4dbdbe0efe723d73006a3c2863e6e9bb262..495e8b951d33fff932075486eb0b6d3b2cbc282f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Python interface to thetvdb.com API"