Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/
Date: Wed, 23 Feb 2022 04:39:06
Message-Id: 1645591121.0ca044f6f56475d6d528a710cc77051943509175.arthurzam@gentoo
1 commit: 0ca044f6f56475d6d528a710cc77051943509175
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 04:38:41 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 04:38:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca044f6
7
8 sys-libs/libseccomp: Stabilize 2.5.3 hppa, #833657
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-libs/libseccomp/libseccomp-2.5.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild
16 index 81600399bd72..1006b5a52a82 100644
17 --- a/sys-libs/libseccomp/libseccomp-2.5.3.ebuild
18 +++ b/sys-libs/libseccomp/libseccomp-2.5.3.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
20 inherit autotools git-r3
21 else
22 SRC_URI="https://github.com/seccomp/libseccomp/releases/download/v${PV}/${P}.tar.gz"
23 - KEYWORDS="-* amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="-* amd64 arm arm64 hppa ~mips ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux"
25 fi
26
27 LICENSE="LGPL-2.1"