commit: 14b50befc588903186cb3a5e2b2310b4788bd20b Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Dec 28 14:16:49 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Dec 28 14:16:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b50bef
Fix other masks to not collide with zeitgeist masks for removal (thanks to mgorny for reporting) profiles/arch/alpha/use.mask | 1 - profiles/arch/amd64/use.mask | 4 ---- profiles/arch/arm/use.mask | 2 -- profiles/arch/ia64/use.mask | 1 - profiles/arch/powerpc/use.mask | 3 --- profiles/arch/sparc/use.mask | 2 -- profiles/arch/x86/use.mask | 4 ---- 7 files changed, 17 deletions(-) diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index 4c006ba8c0d..908d4dc805b 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -176,7 +176,6 @@ xine cman clvm --zeitgeist template_haskell # nvidia cg toolkit for binary drivers diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index d446c202a3d..355a58f95d0 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -70,10 +70,6 @@ # Unmask, works with v4l2, #350211 -dxr3 -# Justin Lecher <[email protected]> (04. Feb 2012) -# Unmask because deps are keyworded --zeitgeist - # 2011/12/22 - Alexis Ballier <[email protected]> # Unmask vdpau as its supported here -vdpau diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index 4583a6859f6..0dd47a8a9a7 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -160,8 +160,6 @@ xine cman clvm --zeitgeist - # Michał Górny <[email protected]> (4 May 2013) # Unmask systemd since it is keyworded here. -systemd diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 07be5c71c61..5f1f66f276b 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -179,7 +179,6 @@ xine cman clvm --zeitgeist template_haskell # toolkit for nvidia binary drivers diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index 066f532bf1c..c2ccf649a5f 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -158,9 +158,6 @@ nvtt cman clvm -# for gnome 3.6 keywording --zeitgeist - # Pacho Ramos <[email protected]> (08 Jan 2014) # Unmask systemd since it is keyworded here. -systemd diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 681f8585432..8100810af36 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -241,8 +241,6 @@ phonon cman clvm --zeitgeist - # nvidia toolkit for binary drivers cg diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index a7dbf624245..2b5cfa78293 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -69,10 +69,6 @@ # Unmasking vidix for x86 which is masked in base/use.mask for others -vidix -# Justin Lecher <[email protected]> (04 Feb 2012) -# Unmask because deps are keyworded --zeitgeist - # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's # profile have a USE flag associated with (such as altivec, mmx, etc).
