Diff dump1090-5.0 with a dump1090-6.1

/usr/portage/net-wireless/dump1090/dump1090-6.1.ebuild 2023-10-09 14:52:34.776368483 +0300
1
# Copyright 1999-2021 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
......
12 12
	inherit git-r3
13 13
	EGIT_REPO_URI="https://github.com/flightaware/${PN}.git"
14 14
else
15
	KEYWORDS="amd64 x86"
15
	KEYWORDS="~amd64 ~x86"
16 16
	SRC_URI="https://github.com/flightaware/dump1090/archive/v${PV}.tar.gz -> ${P}.tar.gz"
17 17
fi
18 18

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