dev-python/pyfits: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:15:10 +0000 (18:15 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:21:33 +0000 (18:21 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pyfits/pyfits-3.3-r1.ebuild
dev-python/pyfits/pyfits-3.4-r1.ebuild

index 89e2e58b9adc1e41e1bd6a36c29e1abba6701344..b1f133fb43130c5162014322cac63e381740e472 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
index e19f2090613dccb1df7dc493cfdb18cdaf50de93..492441503900ef7812bd8279695361031e77310c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 eutils multilib