dev-python/stsci-distutils: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:12:01 +0000 (18:12 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:30 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild

index 5486f48a8f9bbb7991a5cae5d17718aeb693822f..c5e1000823b3d958b2c12484c36b675120557a65 100644 (file)
@@ -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