Diff SDL-2.548.0-r1 with a SDL-2.548.0-r2

/usr/portage/dev-perl/SDL/SDL-2.548.0-r2.ebuild 2026-02-19 11:18:07.367981078 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
44 44

  
45 45
mydoc='CHANGELOG README TODO'
46 46

  
47
PATCHES=( "${FILESDIR}"/${PN}-2.546-pointer.patch )
47
PERL_RM_FILES=(
48
	# Hangs, see bug #892011 and https://aur.archlinux.org/packages/perl-sdl#comment-903413.
49
	t/core_video.t
50
)
51

  
52
PATCHES=(
53
	"${FILESDIR}"/${PN}-2.546-pointer.patch
54
	"${FILESDIR}"/${PN}-2.546-implicit-func-decl.patch
55
	"${FILESDIR}"/${PN}-2.548-perl537_sv_nv.patch
56
)
Thank you!