From 422ffad6ef8034169795be7cfe4f1aaa56052581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Tue, 27 Jun 2017 02:33:51 +0000 Subject: [PATCH] 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 4b32f69259c6e..d4dac7cb0776c 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"