Diff netcdf4-1.7.3 with a netcdf4-1.7.4

/usr/portage/dev-python/netcdf4/netcdf4-1.7.4.ebuild 2026-01-08 10:18:05.992351412 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
19 19

  
20 20
LICENSE="MIT"
21 21
SLOT="0"
22
KEYWORDS="amd64 arm64 ~x86"
22
KEYWORDS="~amd64 ~arm64 ~x86"
23 23
IUSE="blosc bzip2 mpi test szip zstd"
24 24
RESTRICT="!test? ( test )"
25 25

  
Thank you!