commit:     cf052cda9e05748db88561e3aec1d8dc4b8c6ef8
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 10:21:52 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 10:21:52 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf052cda

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(+)

diff --git a/profiles/arch/mips/package.use.mask 
b/profiles/arch/mips/package.use.mask
index 304e96e..349f31b 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 <bluen...@gentoo.org> (10 Sep 2015)
+# # seccomp code is currently broken, bug #560098
+app-misc/pax-utils seccomp
+
 # Mikle Kolyada <zlog...@gentoo.org> (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 a8154a2..e06a943 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 <bluen...@gentoo.org> (10 Sep 2015)
+# # seccomp code is currently broken, bug #560098
+app-misc/pax-utils seccomp
+
 # Matthias Maier <tam...@gentoo.org> (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 0000000..a63ed49
--- /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 <bluen...@gentoo.org> (10 Sep 2015)
+# seccomp code is currently broken, bug #560098
+app-misc/pax-utils seccomp

Reply via email to