diff options
author | 2019-04-07 23:37:32 -0400 | |
---|---|---|
committer | 2019-04-08 00:32:30 -0400 | |
commit | 2169bb1b0687aecb4b2b029847b983277db6f085 (patch) | |
tree | c658a98158c2b8fc0e87023e0b757be648850d76 /sys-libs/libseccomp | |
parent | app-emulation/qemu: fix manifest (diff) | |
download | gentoo-2169bb1b0687aecb4b2b029847b983277db6f085.tar.gz gentoo-2169bb1b0687aecb4b2b029847b983277db6f085.tar.bz2 gentoo-2169bb1b0687aecb4b2b029847b983277db6f085.zip |
sys-libs/libseccomp: arm64 stable wrt bug #680442
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild index f4ccc0dec168..ed16699636f3 100644 --- a/sys-libs/libseccomp/libseccomp-2.4.0.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.4.0.ebuild @@ -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 |