commit:     91465fea510598693a6aba63c5735709aced60cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 22:00:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 22:02:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91465fea

net-misc/ntpsec: fix syntax error for arm64 in patch

Closes: https://bugs.gentoo.org/795465
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch 
b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
index 65c13189e9d..6e61a06e12d 100644
--- a/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
+++ b/net-misc/ntpsec/files/ntpsec-1.2.0-seccomp.patch
@@ -13,7 +13,7 @@ https://bugs.gentoo.org/786228
 +       SCMP_SYS(faccessat),
 +#endif
 +#if defined(__aarch64__)
-+       SCMP_SYS(syscall);
++       SCMP_SYS(syscall),
 +#endif
  };
         {

Reply via email to