diff options
author | Sam James <sam@gentoo.org> | 2022-02-19 02:23:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-19 02:23:09 +0000 |
commit | 40bd1f236e7a46053ae3cd32c27a64d5919e76fd (patch) | |
tree | c39d33d7c0320b843b6c1dcb8216628d90029aa0 /sys-libs/libseccomp | |
parent | sys-fs/mtools: Stabilize 4.0.37 amd64, #833652 (diff) | |
download | gentoo-40bd1f236e7a46053ae3cd32c27a64d5919e76fd.tar.gz gentoo-40bd1f236e7a46053ae3cd32c27a64d5919e76fd.tar.bz2 gentoo-40bd1f236e7a46053ae3cd32c27a64d5919e76fd.zip |
sys-libs/libseccomp: Stabilize 2.5.3 amd64, #833657
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild index 847d2ce335b0..c131bbc9fc56 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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" |