Diff libkeyfinder-2.2.7 with a libkeyfinder-2.2.8

/usr/portage/media-libs/libkeyfinder/libkeyfinder-2.2.8.ebuild 2023-10-09 14:52:31.684368405 +0300
1
# Copyright 2019-2022 Gentoo Authors
1
# Copyright 2019-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-3+"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm64 x86"
14
KEYWORDS="~amd64 ~arm64 ~x86"
15 15
IUSE=""
16 16

  
17 17
RDEPEND="
Thank you!