Diff imlib2_loaders-1.9.1 with a imlib2_loaders-1.11.0

/usr/portage/media-plugins/imlib2_loaders/imlib2_loaders-1.11.0.ebuild 2023-10-09 14:52:31.736368407 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10

  
11 11
LICENSE="|| ( BSD GPL-2 )"
12 12
SLOT="0"
13
KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
13
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
14 14
IUSE="xcf"
15 15

  
16 16
RDEPEND=">=media-libs/imlib2-${PV}"
Thank you!