commit:     4b140c170702c113f07a587b21724ba3be44c6ba
Author:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 03:45:20 2020 +0000
Commit:     Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 03:45:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b140c17

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 <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

 sys-libs/libseccomp/libseccomp-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libseccomp/libseccomp-2.5.0.ebuild 
b/sys-libs/libseccomp/libseccomp-2.5.0.ebuild
index 1375d590f41..f45cbfa00a4 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"

Reply via email to