diff options
Diffstat (limited to 'dev-python/pyfits')
-rw-r--r-- | dev-python/pyfits/pyfits-3.3-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |