commit: 616948eaa4e7652af8a9a02fad10be4b94909b48
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 14:51:54 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 14:51:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616948ea
dev-python/freezegun: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/freezegun/freezegun-0.3.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/freezegun/freezegun-0.3.8.ebuild
b/dev-python/freezegun/freezegun-0.3.8.ebuild
index 5c1c9d4ae3e..0209dcbf27f 100644
--- a/dev-python/freezegun/freezegun-0.3.8.ebuild
+++ b/dev-python/freezegun/freezegun-0.3.8.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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1