public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: use.mask
@ 2011-06-03 12:14 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-06-03 12:14 UTC (permalink / raw
  To: gentoo-commits

blueness    11/06/03 12:14:33

  Modified:             use.mask
  Log:
  Removed incorrect use.masking of multilib for features/selinux

Revision  Changes    Path
1.2                  profiles/features/selinux/use.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?r1=1.1&r2=1.2

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- use.mask	17 May 2011 10:46:50 -0000	1.1
+++ use.mask	3 Jun 2011 12:14:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.1 2011/05/17 10:46:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.2 2011/06/03 12:14:33 blueness Exp $
 
 # This file masks out USE flags that are simply NOT allowed in the default
 # profile for any architecture.  This works, for example, if a non-default
@@ -13,9 +13,6 @@
 # amd64 only:
 emul-linux-x86
 
-# Only used by mips and old amd64 profiles
-multilib
-
 # ppc and x86/amd64
 x264
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: use.mask
@ 2011-07-17 19:35 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2011-07-17 19:35 UTC (permalink / raw
  To: gentoo-commits

blueness    11/07/17 19:35:56

  Modified:             use.mask
  Log:
  Removed x264 use mask on features/selinux

Revision  Changes    Path
1.3                  profiles/features/selinux/use.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?r1=1.2&r2=1.3

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- use.mask	3 Jun 2011 12:14:33 -0000	1.2
+++ use.mask	17 Jul 2011 19:35:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.2 2011/06/03 12:14:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.3 2011/07/17 19:35:56 blueness Exp $
 
 # This file masks out USE flags that are simply NOT allowed in the default
 # profile for any architecture.  This works, for example, if a non-default
@@ -13,8 +13,5 @@
 # amd64 only:
 emul-linux-x86
 
-# ppc and x86/amd64
-x264
-
 # tcc is x86-only
 tcc






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: use.mask
@ 2015-06-02  9:15 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-06-02  9:15 UTC (permalink / raw
  To: gentoo-commits

ulm         15/06/02 09:15:36

  Modified:             use.mask
  Log:
  Remove various masks related to emul-linux* from subprofiles.

Revision  Changes    Path
1.4                  profiles/features/selinux/use.mask

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/use.mask?r1=1.3&r2=1.4

Index: use.mask
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- use.mask	17 Jul 2011 19:35:56 -0000	1.3
+++ use.mask	2 Jun 2015 09:15:36 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation.
+# Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.3 2011/07/17 19:35:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/use.mask,v 1.4 2015/06/02 09:15:36 ulm Exp $
 
 # This file masks out USE flags that are simply NOT allowed in the default
 # profile for any architecture.  This works, for example, if a non-default
@@ -10,8 +10,5 @@
 -hardened
 -selinux
 
-# amd64 only:
-emul-linux-x86
-
 # tcc is x86-only
 tcc





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-02  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-03 12:14 [gentoo-commits] gentoo-x86 commit in profiles/features/selinux: use.mask Anthony G. Basile (blueness)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-17 19:35 Anthony G. Basile (blueness)
2015-06-02  9:15 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox