sys-libs/libseccomp: fix loong patch filename in src_prepare

This is accidentally left out in the previous fix PR.

Fixes: 3d9b808c9e
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
This commit is contained in:
WANG Xuerui
2023-12-06 01:51:24 +08:00
parent 32e2c9bed0
commit db29eb3846

View File

@@ -44,7 +44,7 @@ PATCHES=(
src_prepare() {
if use experimental-loong; then
PATCHES+=( "${WORKDIR}/${PN}-2.5.4-loongarch64-20220425.patch" )
PATCHES+=( "${WORKDIR}/${PN}-2.5.5-loongarch64-20231204.patch" )
fi
default