From: Pacho Ramos Date: Sun, 24 Jun 2018 16:15:10 +0000 (+0200) Subject: dev-python/pyfits: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e3ec1adce626806d8588a92dba50cd741f66a91d;p=gentoo.git dev-python/pyfits: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/dev-python/pyfits/pyfits-3.3-r1.ebuild b/dev-python/pyfits/pyfits-3.3-r1.ebuild index 89e2e58b9adc..b1f133fb4313 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 e19f2090613d..492441503900 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