From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 985D6158013 for ; Tue, 5 Dec 2023 17:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D388D2BC016; Tue, 5 Dec 2023 17:52:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5C022BC016 for ; Tue, 5 Dec 2023 17:52:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E852833D0AF for ; Tue, 5 Dec 2023 17:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B13AF4 for ; Tue, 5 Dec 2023 17:52:38 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1701798684.db29eb38469610f19c39d2e15ffbf9fdb757f9ea.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libseccomp/libseccomp-2.5.5.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: db29eb38469610f19c39d2e15ffbf9fdb757f9ea X-VCS-Branch: master Date: Tue, 5 Dec 2023 17:52:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a03a0741-6305-493a-98fb-c8d2f6030835 X-Archives-Hash: abe248027a92ffd987e3e9e3c0c0fd98 commit: db29eb38469610f19c39d2e15ffbf9fdb757f9ea Author: WANG Xuerui gentoo org> AuthorDate: Tue Dec 5 17:51:24 2023 +0000 Commit: WANG Xuerui gentoo 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 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