Diff sdl2-ttf-2.20.0 with a sdl2-ttf-2.20.2

/usr/portage/media-libs/sdl2-ttf/sdl2-ttf-2.20.2.ebuild 2023-10-09 14:52:31.712368406 +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
......
13 13

  
14 14
LICENSE="ZLIB"
15 15
SLOT="0"
16
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
16
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86"
17 17
IUSE="+harfbuzz static-libs X"
18 18

  
19 19
# On bumps, check external/ for versions of bundled freetype + harfbuzz
......
35 35

  
36 36
multilib_src_install_all() {
37 37
	dodoc {CHANGES,README}.txt
38

  
39
	rm -rf "${ED}"/usr/share/licenses/ || die
38 40
}
Thank you!