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

/usr/portage/media-libs/gd/gd-2.3.3-r4.ebuild 2024-12-25 14:59:49.727270106 +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

  
......
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!