commit: e5e81f78da2be8850b795af4dcc37db4778d5689
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 16:30:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 13 16:30:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e81f78
sys-libs/libseccomp: Stabilize 2.5.1 arm64, #789948
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libseccomp/libseccomp-2.5.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
index df4feff9724..2b9dd4083e1 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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"
- KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390
~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="-* ~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390
~x86 ~amd64-linux ~x86-linux"
fi
LICENSE="LGPL-2.1"