Diff dump1090-5.0 with a dump1090-6.1

/usr/portage/net-wireless/dump1090/dump1090-6.1.ebuild 2024-12-25 14:59:52.675270180 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
29 29
BDEPEND="virtual/pkgconfig"
30 30

  
31 31
PATCHES=(
32
	"${FILESDIR}/${P}-32bit-fix.patch"
33
	"${FILESDIR}/${P}-further-32bit-fix.patch"
32
	"${FILESDIR}"/${PN}-6.1-libdir.patch
34 33
)
35 34

  
36 35
src_prepare() {
Thank you!