From cf052cda9e05748db88561e3aec1d8dc4b8c6ef8 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Thu, 10 Sep 2015 06:21:52 -0400 Subject: [PATCH] profiles: mask USE=seccomp for pax-utils on mips, bug #560098. --- profiles/arch/mips/package.use.mask | 4 ++++ profiles/default/linux/uclibc/mips/package.use.mask | 4 ++++ profiles/hardened/linux/musl/mips/package.use.mask | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 profiles/hardened/linux/musl/mips/package.use.mask diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 304e96eb5a02..349f31bd8e61 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Anthony G. Basile (10 Sep 2015) +# # seccomp code is currently broken, bug #560098 +app-misc/pax-utils seccomp + # Mikle Kolyada (12 Apr 2015) # GNOME Shell does not work on mips net-misc/wicd gnome-shell diff --git a/profiles/default/linux/uclibc/mips/package.use.mask b/profiles/default/linux/uclibc/mips/package.use.mask index a8154a2af06f..e06a9432e54d 100644 --- a/profiles/default/linux/uclibc/mips/package.use.mask +++ b/profiles/default/linux/uclibc/mips/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Anthony G. Basile (10 Sep 2015) +# # seccomp code is currently broken, bug #560098 +app-misc/pax-utils seccomp + # Matthias Maier (24 Dec 2014) # sys-devel/clang is not keyworded on mips. app-doc/doxygen clang diff --git a/profiles/hardened/linux/musl/mips/package.use.mask b/profiles/hardened/linux/musl/mips/package.use.mask new file mode 100644 index 000000000000..a63ed49af48c --- /dev/null +++ b/profiles/hardened/linux/musl/mips/package.use.mask @@ -0,0 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Anthony G. Basile (10 Sep 2015) +# seccomp code is currently broken, bug #560098 +app-misc/pax-utils seccomp -- 2.26.2