Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/
Date: Thu, 13 May 2021 16:30:28
Message-Id: 1620923421.e5e81f78da2be8850b795af4dcc37db4778d5689.sam@gentoo
1 commit: e5e81f78da2be8850b795af4dcc37db4778d5689
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 16:30:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 16:30:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e81f78
7
8 sys-libs/libseccomp: Stabilize 2.5.1 arm64, #789948
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/libseccomp/libseccomp-2.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
16 index df4feff9724..2b9dd4083e1 100644
17 --- a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
18 +++ b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
26 inherit autotools git-r3
27 else
28 SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz"
29 - KEYWORDS="-* ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
30 + KEYWORDS="-* ~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux"
31 fi
32
33 LICENSE="LGPL-2.1"