commit: 7adc34a5e6adb7981e5ffc616267aad3ae546ae6
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 09:47:13 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 09:47:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adc34a5
dev-python/pyphen: Add py3.5 support
Package-Manager: portage-2.3.0
dev-python/pyphen/pyphen-0.9.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild
b/dev-python/pyphen/pyphen-0.9.4.ebuild
index acd50c0..d86c010 100644
--- a/dev-python/pyphen/pyphen-0.9.4.ebuild
+++ b/dev-python/pyphen/pyphen-0.9.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1