diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 18:14:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 18:14:52 +0000 |
commit | 3c62147aee3217faa96196761966160811e28c12 (patch) | |
tree | dd6c676fe582f3adf332f8c77df7d676f7905e7a /profiles/arch/sparc | |
parent | Mask USE=seccomp until the library gets support #524148 by Christian Ruppert. (diff) | |
download | gentoo-2-3c62147aee3217faa96196761966160811e28c12.tar.gz gentoo-2-3c62147aee3217faa96196761966160811e28c12.tar.bz2 gentoo-2-3c62147aee3217faa96196761966160811e28c12.zip |
Mask USE=seccomp until the kernel/library gets support #524148 by Christian Ruppert.
Diffstat (limited to 'profiles/arch/sparc')
-rw-r--r-- | profiles/arch/sparc/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/sparc/use.mask | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/profiles/arch/sparc/ChangeLog b/profiles/arch/sparc/ChangeLog index 6d9df40ffac6..97923b62e8db 100644 --- a/profiles/arch/sparc/ChangeLog +++ b/profiles/arch/sparc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/sparc profile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.230 2014/09/16 17:12:06 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/ChangeLog,v 1.231 2014/10/18 18:14:52 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. 16 Sep 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> package.use.mask: diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 20f61e35ad0e..7907f8f402aa 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.119 2014/08/25 12:25:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.120 2014/10/18 18:14:52 vapier Exp $ # Unmask the flag which corresponds to ARCH. -sparc @@ -348,5 +348,8 @@ unwind llvm # Pacho Ramos <pacho@gentoo.org> (19 Jan 2014) -# Unmask systemd since it is keyworded here. +# Unmask systemd since it is keyworded here. -systemd + +# sys-libs/libseccomp has not been ported to this arch yet #524148 +seccomp |