commit: 422ffad6ef8034169795be7cfe4f1aaa56052581
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 02:33:51 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 02:48:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422ffad6
dev-python/pyregion: added python-3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/pyregion/pyregion-1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyregion/pyregion-1.2.ebuild
b/dev-python/pyregion/pyregion-1.2.ebuild
index 4b32f69259c..d4dac7cb077 100644
--- a/dev-python/pyregion/pyregion-1.2.ebuild
+++ b/dev-python/pyregion/pyregion-1.2.ebuild
@@ -1,9 +1,9 @@
-# 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 virtualx xdg-utils
DESCRIPTION="Python module to parse ds9 region file"