diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 12:55:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 12:55:21 +0200 |
commit | b2f027640eab498f20a298e5aec499eb3e1205e5 (patch) | |
tree | 7228b7b4be81825444b9b3fed39068edf810dff5 /sys-libs/libseccomp | |
parent | sci-geosciences/osm2pgsql: Add sub-slot dependency on boost (diff) | |
download | gentoo-b2f027640eab498f20a298e5aec499eb3e1205e5.tar.gz gentoo-b2f027640eab498f20a298e5aec499eb3e1205e5.tar.bz2 gentoo-b2f027640eab498f20a298e5aec499eb3e1205e5.zip |
sys-libs/libseccomp: Stabilize 2.5.3 arm, #833657
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild index f92d1d6fc919..ea633a8499cc 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild @@ -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" |