Diff diffutils-3.9-r1 with a diffutils-3.10

/usr/portage/sys-apps/diffutils/diffutils-3.10.ebuild 2023-10-09 14:52:35.364368498 +0300
12 12
if [[ ${PV} == *_p* ]] ; then
13 13
	# Subscribe to the 'platform-testers' ML to find these.
14 14
	# Useful to test on our especially more niche arches and report issues upstream.
15
	MY_COMMIT="43-2d50"
15
	MY_COMMIT="17-cc36"
16 16
	MY_P=${PN}-$(ver_cut 1-2).${MY_COMMIT}
17 17
	SRC_URI="https://meyering.net/diff/${MY_P}.tar.xz"
18 18
	SRC_URI+=" verify-sig? ( https://meyering.net/diff/${MY_P}.tar.xz.sig )"
......
32 32
	verify-sig? ( sec-keys/openpgp-keys-diffutils )
33 33
"
34 34

  
35
PATCHES=(
36
	"${FILESDIR}"/${P}-make-4.4-test-color.patch
37
	"${FILESDIR}"/${P}-diff-D-option-regression.patch
38
)
39

  
40 35
src_prepare() {
41 36
	default
42 37

  
43 38
	# Needed because of ${P}-diff-D-option-regression.patch
44
	touch man/diff.1 || die
39
	#touch man/diff.1 || die
45 40
}
46 41

  
47 42
src_configure() {
Thank you!