summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2020-10-15 23:45:20 -0400
committerJoshua Kinard <kumba@gentoo.org>2020-10-15 23:45:20 -0400
commit4b140c170702c113f07a587b21724ba3be44c6ba (patch)
tree106753f351f7e1398b528e0d68066ae15b2dfeee /sys-libs/libseccomp
parentapp-admin/ansible: clean up for sec bug (diff)
downloadgentoo-4b140c170702c113f07a587b21724ba3be44c6ba.tar.gz
gentoo-4b140c170702c113f07a587b21724ba3be44c6ba.tar.bz2
gentoo-4b140c170702c113f07a587b21724ba3be44c6ba.zip
sys-libs/libseccomp: Negate the MIPS keyword on 2.5.0
There is a compile failure on the MIPS architecture for libseccomp-2.5.0 that is fixed in upstream and will be in libseccomp-2.5.1. We can hold at v2.4.4 for now until the next version comes out. Bug: https://bugs.gentoo.org/749378 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.8, Repoman-3.0.1
Diffstat (limited to 'sys-libs/libseccomp')
-rw-r--r--sys-libs/libseccomp/libseccomp-2.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libseccomp/libseccomp-2.5.0.ebuild b/sys-libs/libseccomp/libseccomp-2.5.0.ebuild
index 1375d590f41a..f45cbfa00a41 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.0.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.0.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"