floppym 14/10/19 20:08:32 Modified: ChangeLog use.mask use.stable.mask Log: Add masks/stable masks for apparmor use flag.
Revision Changes Path 1.178 profiles/arch/x86/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.178&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?rev=1.178&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/ChangeLog?r1=1.177&r2=1.178 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- ChangeLog 18 Oct 2014 18:15:58 -0000 1.177 +++ ChangeLog 19 Oct 2014 20:08:32 -0000 1.178 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/x86 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.177 2014/10/18 18:15:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/ChangeLog,v 1.178 2014/10/19 20:08:32 floppym Exp $ + + 19 Oct 2014; Mike Gilbert <[email protected]> use.mask, use.stable.mask: + Unmask/stable-mask apparmor. 18 Oct 2014; Mike Frysinger <[email protected]> package.use.mask: Drop systemd-specific seccomp mask since the USE flag itself is handled 1.67 profiles/arch/x86/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.mask?r1=1.66&r2=1.67 Index: use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- use.mask 2 Sep 2014 11:51:19 -0000 1.66 +++ use.mask 19 Oct 2014 20:08:32 -0000 1.67 @@ -1,10 +1,14 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.66 2014/09/02 11:51:19 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.67 2014/10/19 20:08:32 floppym Exp $ # Unmask the flag which corresponds to ARCH. -x86 +# Mike Gilbert <[email protected] (19 Oct 2014) +# sys-libs/libapparmor +-apparmor + # Alexey Shvetsov <[email protected]> (08 Apr 2014) # Cuda works here -cuda 1.5 profiles/arch/x86/use.stable.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/use.stable.mask?r1=1.4&r2=1.5 Index: use.stable.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- use.stable.mask 25 Jun 2014 14:22:30 -0000 1.4 +++ use.stable.mask 19 Oct 2014 20:08:32 -0000 1.5 @@ -1,16 +1,20 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.4 2014/06/25 14:22:30 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.stable.mask,v 1.5 2014/10/19 20:08:32 floppym Exp $ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Michał Górny <[email protected]> (30 Mar 2014) -# PyPy is unstable on this arch. -python_targets_pypy -python_single_target_pypy +# Mike Gilbert <[email protected]> (19 Oct 2014) +# sys-libs/libapparmor +apparmor # Andrey Grozin <[email protected]> (25 Jun 2014) # no stable versions on x86 clozurecl gcl + +# Michał Górny <[email protected]> (30 Mar 2014) +# PyPy is unstable on this arch. +python_targets_pypy +python_single_target_pypy
