Diff wcslib-7.3 with a wcslib-7.3.1

/usr/portage/sci-astronomy/wcslib/wcslib-7.3.1.ebuild 2023-10-09 14:52:34.992368489 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
13 13

  
14 14
SLOT="0/7"
15 15
LICENSE="LGPL-3"
16
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
16
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
17 17
IUSE="doc fortran fits pgplot static-libs +tools"
18 18

  
19 19
RDEPEND="
Thank you!