diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 18:15:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 18:15:01 +0000 |
commit | 98e52bf4ea75c8ef7bd7c42854ab86f91fa64127 (patch) | |
tree | efb127a63c3dfbc87fefacbd99ded13e1ac50809 /profiles/arch | |
parent | Mask USE=seccomp until the kernel/library gets support #524148 by Christian R... (diff) | |
download | gentoo-2-98e52bf4ea75c8ef7bd7c42854ab86f91fa64127.tar.gz gentoo-2-98e52bf4ea75c8ef7bd7c42854ab86f91fa64127.tar.bz2 gentoo-2-98e52bf4ea75c8ef7bd7c42854ab86f91fa64127.zip |
Mask USE=seccomp until the kernel/library gets support #524148 by Christian Ruppert.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/sh/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/sh/use.mask | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/profiles/arch/sh/ChangeLog b/profiles/arch/sh/ChangeLog index 17c59465fc7c..01663b8ddd83 100644 --- a/profiles/arch/sh/ChangeLog +++ b/profiles/arch/sh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/sh profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/ChangeLog,v 1.97 2014/07/01 14:13:01 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sh/ChangeLog,v 1.98 2014/10/18 18:15:01 vapier Exp $ + + 18 Oct 2014; Mike Frysinger <vapier@gentoo.org> use.mask: + Mask USE=seccomp until the kernel/library gets support #524148 by Christian + Ruppert. 01 Jul 2014; Michał Górny <mgorny@gentoo.org> make.defaults: Add missing LIBDIR_${ABI} and CHOST_${ABI} on non-multilib arches to avoid diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask index 5bb7dad75ea6..6e2cba847c38 100644 --- a/profiles/arch/sh/use.mask +++ b/profiles/arch/sh/use.mask @@ -180,3 +180,6 @@ opencl # Unmask once sys-libs/libunwind gets keyworded. unwind + +# sys-libs/libseccomp has not been ported to this arch yet #524148 +seccomp |