Diff gd-2.3.3-r3 with a gd-2.3.3-r4

/usr/portage/media-libs/gd/gd-2.3.3-r4.ebuild 2023-10-09 14:52:31.668368405 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit autotools flag-o-matic multilib-minimal
7 7

  
......
12 12

  
13 13
LICENSE="gd IJG HPND BSD"
14 14
SLOT="2/3"
15
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
15
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
16 16
IUSE="avif cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff truetype webp xpm zlib"
17 17
RESTRICT="!test? ( test )"
18 18

  
......
42 42

  
43 43
PATCHES=(
44 44
	"${FILESDIR}/${PN}-2.3.0-disable-flaky-tests.patch"
45
	"${FILESDIR}/${P}-GD_BICUBIC.patch"
45 46
)
46 47

  
47 48
src_prepare() {
Thank you!