commit: 25ac60d9a021b02747acd5ebab155583be9126f8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 18:20:58 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 18:23:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ac60d9
dev-python/transmissionrpc: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/transmissionrpc/transmissionrpc-0.11.ebuild | 4 ++--
dev-python/transmissionrpc/transmissionrpc-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
b/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
index 33fff53e228..77990486d2e 100644
--- a/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
+++ b/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
@@ -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
diff --git a/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
b/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
index d93922a5099..52e7d9fe54a 100644
--- a/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
+++ b/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
@@ -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