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

dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
dev-python/transmissionrpc/transmissionrpc-9999.ebuild

index 33fff53e228157c4275eea3ca6a7d05a255eed61..77990486d2e362ec7e8d849cfa1a3914868776f5 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 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_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 
index d93922a5099777dde7594ca2099fc4bfb1b1156b..52e7d9fe54a783a6e31a4aa4253d65631bd35def 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 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_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1