Diff Astro-FITS-Header-3.80.0 with a Astro-FITS-Header-3.90.0

/usr/portage/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild 2023-10-09 14:52:29.816368358 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=GSB
7
DIST_VERSION=3.08
7
DIST_VERSION=3.09
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Interface to FITS headers"
......
12 12
LICENSE="GPL-3+"
13 13
SLOT="0"
14 14
KEYWORDS="amd64 arm ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
15
IUSE="test"
16
RESTRICT="!test? ( test )"
17 15

  
18 16
BDEPEND="
19 17
	>=dev-perl/Module-Build-0.300.0
Thank you!