commit: e3ec1adce626806d8588a92dba50cd741f66a91d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 16:15:10 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 16:21:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ec1adc
dev-python/pyfits: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pyfits/pyfits-3.3-r1.ebuild | 2 +-
dev-python/pyfits/pyfits-3.4-r1.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyfits/pyfits-3.3-r1.ebuild
b/dev-python/pyfits/pyfits-3.3-r1.ebuild
index 89e2e58b9ad..b1f133fb431 100644
--- a/dev-python/pyfits/pyfits-3.3-r1.ebuild
+++ b/dev-python/pyfits/pyfits-3.3-r1.ebuild
@@ -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
diff --git a/dev-python/pyfits/pyfits-3.4-r1.ebuild
b/dev-python/pyfits/pyfits-3.4-r1.ebuild
index e19f2090613..49244150390 100644
--- a/dev-python/pyfits/pyfits-3.4-r1.ebuild
+++ b/dev-python/pyfits/pyfits-3.4-r1.ebuild
@@ -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