Diff multidict-6.7.0 with a multidict-6.7.1

/usr/portage/dev-python/multidict/multidict-6.7.1.ebuild 2026-01-27 11:18:04.408430777 +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
......
21 21

  
22 22
LICENSE="Apache-2.0"
23 23
SLOT="0"
24
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
24
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
25 25
IUSE="+native-extensions"
26 26

  
27 27
BDEPEND="
Thank you!