commit: 40bd1f236e7a46053ae3cd32c27a64d5919e76fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 02:23:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 02:23:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bd1f23
sys-libs/libseccomp: Stabilize 2.5.3 amd64, #833657
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-libs/libseccomp/libseccomp-2.5.3.ebuild | 4 ++--
1 file 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"