diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:39:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-03 08:39:56 +0200 |
commit | a81428b5120902523d3a4415c68a649abdc8a5a2 (patch) | |
tree | f1852d94c646452b034275f4da1766ba228f3e2a /sys-libs | |
parent | dev-perl/Software-License: x86 stable wrt bug #810121 (diff) | |
download | gentoo-a81428b5120902523d3a4415c68a649abdc8a5a2.tar.gz gentoo-a81428b5120902523d3a4415c68a649abdc8a5a2.tar.bz2 gentoo-a81428b5120902523d3a4415c68a649abdc8a5a2.zip |
sys-libs/libseccomp: x86 stable wrt bug #810229
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild b/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild index 2c2b099e0e32..da71d4c5707b 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.1-r1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.1-r1.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" |