Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ntpsec/files/
Date: Fri, 11 Jun 2021 22:02:21
Message-Id: 1623448928.91465fea510598693a6aba63c5735709aced60cc.sam@gentoo
1 commit: 91465fea510598693a6aba63c5735709aced60cc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 22:00:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 22:02:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91465fea
7
8 net-misc/ntpsec: fix syntax error for arm64 in patch
9
10 Closes: https://bugs.gentoo.org/795465
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
17 index 65c13189e9d..6e61a06e12d 100644
18 --- a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
19 +++ b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
20 @@ -13,7 +13,7 @@ https://bugs.gentoo.org/786228
21 + SCMP_SYS(faccessat),
22 +#endif
23 +#if defined(__aarch64__)
24 -+ SCMP_SYS(syscall);
25 ++ SCMP_SYS(syscall),
26 +#endif
27 };
28 {