Diff pngquant-2.12.6 with a pngquant-2.17.0

/usr/portage/media-gfx/pngquant/pngquant-2.17.0.ebuild 2023-10-09 14:52:31.640368404 +0300
11 11

  
12 12
LICENSE="GPL-3 HPND rwpng"
13 13
SLOT="0"
14
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
14
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
15 15

  
16 16
IUSE="cpu_flags_x86_sse2 debug lcms openmp test"
17 17
REQUIRED_USE="test? ( lcms )"
......
27 27

  
28 28
RESTRICT="!test? ( test )"
29 29

  
30
PATCHES=( "${FILESDIR}"/${PN}-2.12.2-respect-CFLAGS.patch )
30
PATCHES=(
31
	"${FILESDIR}"/${PN}-2.12.2-respect-CFLAGS.patch
32
	"${FILESDIR}"/${PN}-2.17.0-fix-test-version.patch
33
)
31 34

  
32 35
pkg_pretend() {
33 36
	[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
Thank you!