commit:     db29eb38469610f19c39d2e15ffbf9fdb757f9ea
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  5 17:51:24 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Tue Dec  5 17:51:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db29eb38

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 <AT> gentoo.org>

 sys-libs/libseccomp/libseccomp-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to