commit: 82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:12:01 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:21:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82efd2a0
dev-python/stsci-distutils: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
index 5486f48a8f9..c5e1000823b 100644
--- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
+++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1