commit: 153118bf6d63d260f4d3b42cbafd7a4408fd942b
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 04:16:19 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 04:16:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153118bf
dev-python/transmissionrpc: add python3_5
Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1
dev-python/transmissionrpc/transmissionrpc-0.11.ebuild | 6 +++---
dev-python/transmissionrpc/transmissionrpc-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
b/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
index c0d1462..af5937d 100644
--- a/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
+++ b/dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
diff --git a/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
b/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
index 45a5be7..e96c861 100644
--- a/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
+++ b/dev-python/transmissionrpc/transmissionrpc-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1