mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user