diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-02-02 15:36:08 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-02-02 15:36:58 -0500 |
commit | 81db2685b66f03beb3017749ff3d1656ae05faa3 (patch) | |
tree | d7b18225aff1938f9f67fe41aad9d0eba2b62a3d /sys-libs | |
parent | app-crypt/libscrypt: stable on arm64 (diff) | |
download | gentoo-81db2685b66f03beb3017749ff3d1656ae05faa3.tar.gz gentoo-81db2685b66f03beb3017749ff3d1656ae05faa3.tar.bz2 gentoo-81db2685b66f03beb3017749ff3d1656ae05faa3.zip |
sys-libs/libseccomp: stable on arm64
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild b/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild index 6b5169425b87..fc6b67754358 100644 --- a/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.4.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # TODO: Add python support. @@ -13,7 +13,7 @@ SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="-* amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 x86 ~amd64-linux ~x86-linux" +KEYWORDS="-* amd64 arm arm64 hppa ~mips ppc ppc64 s390 x86 ~amd64-linux ~x86-linux" IUSE="static-libs" # We need newer kernel headers; we don't keep strict control of the exact |