Diff icon-9.5.20i with a icon-9.5.21b

/usr/portage/dev-lang/icon/icon-9.5.21b.ebuild 2023-10-09 14:52:29.460368349 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 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
inherit flag-o-matic toolchain-funcs
7 7

  
......
12 12

  
13 13
LICENSE="public-domain HPND"
14 14
SLOT="0"
15
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
16 16
IUSE="X"
17 17

  
18 18
S="${WORKDIR}/icon-${PV}"
Thank you!