summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2023-12-04 01:04:16 +0800
committerWANG Xuerui <xen0n@gentoo.org>2023-12-04 14:13:57 +0800
commit3d9b808c9ef7335e983f224699ef876199cae9e0 (patch)
tree887c7192577ba25016aa9c3d2490f6a62638cf40 /sys-libs/libseccomp/libseccomp-2.5.5.ebuild
parentdev-perl/IO-Tty: add 1.180.0 (diff)
downloadgentoo-3d9b808c9ef7335e983f224699ef876199cae9e0.tar.gz
gentoo-3d9b808c9ef7335e983f224699ef876199cae9e0.tar.bz2
gentoo-3d9b808c9ef7335e983f224699ef876199cae9e0.zip
sys-libs/libseccomp: refresh the loong patch to fix build
The 2.5.4 patch no longer apply to 2.5.5, due to the syscall table update upstream. Several clean-ups are also integrated; see the linked commit for details. Tests pass on amd64 and loong. See: https://github.com/xen0n/libseccomp/tree/b891ac4441d37d57090f1eddbf00e1ff99cd2e34 Closes: https://github.com/gentoo/gentoo/pull/34105 Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp/libseccomp-2.5.5.ebuild')
-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 0c1061b4e9fe..711ca7677992 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
inherit autotools git-r3
else
SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz
- experimental-loong? ( https://dev.gentoo.org/~xen0n/distfiles/${PN}-2.5.4-loongarch64-20220425.patch.xz )"
+ experimental-loong? ( https://dev.gentoo.org/~xen0n/distfiles/${PN}-2.5.5-loongarch64-20231204.patch.xz )"
KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
fi