summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2023-12-06 01:51:24 +0800
committerWANG Xuerui <xen0n@gentoo.org>2023-12-06 01:51:24 +0800
commitdb29eb38469610f19c39d2e15ffbf9fdb757f9ea (patch)
treeabda2df6ccb2cd43379b023d361ad4e25bf32297
parentx11-libs/libXaw3dXft: fix building with gcc 14 (diff)
downloadgentoo-db29eb38469610f19c39d2e15ffbf9fdb757f9ea.tar.gz
gentoo-db29eb38469610f19c39d2e15ffbf9fdb757f9ea.tar.bz2
gentoo-db29eb38469610f19c39d2e15ffbf9fdb757f9ea.zip
sys-libs/libseccomp: fix loong patch filename in src_prepare
This is accidentally left out in the previous fix PR. Fixes: 3d9b808c9ef7335e983f224699ef876199cae9e0 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
-rw-r--r--sys-libs/libseccomp/libseccomp-2.5.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
index 711ca7677992..e65a98cb7fc6 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
@@ -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