Diff basu-0.2.0 with a basu-0.2.0-r1

/usr/portage/sys-libs/basu/basu-0.2.0-r1.ebuild 2023-10-09 14:52:35.536368503 +0300
12 12
SLOT="0"
13 13

  
14 14
SRC_URI="https://git.sr.ht/~emersion/basu/refs/download/v${PV}/basu-${PV}.tar.gz"
15
KEYWORDS="~amd64"
15
KEYWORDS="amd64"
16 16

  
17 17
IUSE="audit caps"
18 18

  
......
30 30
PATCHES=(
31 31
	"${FILESDIR}"/0001-"${PN}"-0.2.0-meson-add-libcap-option.patch
32 32
	"${FILESDIR}"/0002-"${PN}"-0.2.0-meson-convert-audit-option-to-feature-object.patch
33
	"${FILESDIR}"/0001-"${PN}"-0.2.0-LLD-13-and-GNU-ld-2.37-support-z-start-stop-gc-which.patch
34
	"${FILESDIR}"/0002-"${PN}"-0.2.0-meson-fix-linking-on-LLD-13-LD-2.37-and-older-CCs.patch
33 35
)
34 36

  
35 37
src_configure() {
Thank you!