Diff dump1090-6.1 with a dump1090-9999

/usr/portage/net-wireless/dump1090/dump1090-9999.ebuild 2023-10-09 14:52:34.776368483 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2021 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

  
......
28 28
RDEPEND="${DEPEND}"
29 29
BDEPEND="virtual/pkgconfig"
30 30

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

  
35 31
src_prepare() {
36 32
	default
37 33
	sed -i -e '/CFLAGS/s# -O3 -g -Wall -Wmissing-declarations -Werror -W # #' Makefile || die
Thank you!