commit: 0ea7105d6c2566ba2830410979f5cf417b9dae85
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 11:38:50 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May 17 11:38:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea7105d
dev-python/pysrt: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/pysrt/pysrt-1.1.1.ebuild | 4 ++--
dev-python/pysrt/pysrt-9999.ebuild | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/pysrt/pysrt-1.1.1.ebuild
b/dev-python/pysrt/pysrt-1.1.1.ebuild
index 794a947b0f9..c16e7200f4f 100644
--- a/dev-python/pysrt/pysrt-1.1.1.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
diff --git a/dev-python/pysrt/pysrt-9999.ebuild
b/dev-python/pysrt/pysrt-9999.ebuild
index afe702db87c..a6d77706d85 100644
--- a/dev-python/pysrt/pysrt-9999.ebuild
+++ b/dev-python/pysrt/pysrt-9999.ebuild
@@ -1,8 +1,8 @@
-# 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=( python{2_7,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1 git-r3