summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 16:30:21 +0000
committerSam James <sam@gentoo.org>2021-05-13 16:30:21 +0000
commite5e81f78da2be8850b795af4dcc37db4778d5689 (patch)
treecd472ea03e9da3eacb27f6f1dcdeb483ea22ef87
parentsys-apps/sysvinit: Stabilize 2.99 arm, #789921 (diff)
downloadgentoo-e5e81f78da2be8850b795af4dcc37db4778d5689.tar.gz
gentoo-e5e81f78da2be8850b795af4dcc37db4778d5689.tar.bz2
gentoo-e5e81f78da2be8850b795af4dcc37db4778d5689.zip
sys-libs/libseccomp: Stabilize 2.5.1 arm64, #789948
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-libs/libseccomp/libseccomp-2.5.1.ebuild4
1 files 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 df4feff97243..2b9dd4083e17 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"