diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-12-06 01:51:24 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-12-06 01:51:24 +0800 |
commit | db29eb38469610f19c39d2e15ffbf9fdb757f9ea (patch) | |
tree | abda2df6ccb2cd43379b023d361ad4e25bf32297 /sys-libs | |
parent | x11-libs/libXaw3dXft: fix building with gcc 14 (diff) | |
download | gentoo-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>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.5.ebuild | 2 |
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 |