Diff nftlb-1.0.7-r1 with a nftlb-1.0.8-r1

/usr/portage/net-firewall/nftlb/nftlb-1.0.8-r1.ebuild 2023-10-09 14:52:34.424368475 +0300
7 7

  
8 8
DESCRIPTION="nftables load balancer"
9 9
HOMEPAGE="https://github.com/zevenet/nftlb"
10
SRC_URI="https://github.com/zevenet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
SRC_URI="https://github.com/zevenet/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
11 11

  
12 12
LICENSE="AGPL-3"
13 13
SLOT="0"
......
24 24
RESTRICT="test"
25 25

  
26 26
PATCHES=(
27
	"${FILESDIR}/nftlb-1.0-tests.patch"
28
	"${FILESDIR}/nftlb-1.0-musl.patch"
27
	"${FILESDIR}/nftlb-1.0.8-tests.patch"
28
	"${FILESDIR}/nftlb-1.0.8-musl.patch"
29 29
)
30 30

  
31 31
pkg_setup() {
......
45 45
}
46 46

  
47 47
src_prepare() {
48
	# there are some compiler artifacts in the tarball
49
	find "${S}" -name '*.o' -delete || die
50

  
48 51
	default
49 52
	eautoreconf
50 53
}
Thank you!