Diff edb-debugger-1.3.0-r1 with a edb-debugger-9999

/usr/portage/dev-util/edb-debugger/edb-debugger-9999.ebuild 2023-10-09 14:52:30.964368387 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
37 37
	${RDEPEND}"
38 38
BDEPEND="virtual/pkgconfig"
39 39

  
40
PATCHES=(
41
	"${FILESDIR}"/${P}-gcc12.patch
42
	"${FILESDIR}"/${PN}-1.3.0-capstone-5.patch
43
	"${FILESDIR}"/${PN}-1.3.0-gcc13.patch
44
)
45

  
46 40
src_prepare() {
47 41
	# Make the desktop's entries somewhat better
48 42
	sed -i -e 's/GenericName=edb debugger/GenericName=Evan\x27s Debugger/' edb.desktop || die
Thank you!