commit: b746b97d91b6a43d73d14e6538d25074a3e74b4e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 1 18:09:03 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 1 18:13:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b746b97d
profiles/base: Move USE=mumble mask to package.use.mask Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 9 +++++++++ profiles/base/use.mask | 4 ---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 4b8e42c05d1..b5ed1b31eb7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,15 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (01 Dec 2018) +# Moved from use.mask to specific packages. +# Andreas Sturmlechner <[email protected]> (10 May 2018) +# media-sound/mumble is masked/not keyworded at this point, bug #656826. +games-fps/quake3 mumble +games-fps/turtlearena mumble +games-fps/urbanterror mumble +games-rpg/manaplus mumble + # Michał Górny <[email protected]> (28 Nov 2018) # Requires last-rited games-server/ut2003-ded. games-fps/ut2003 dedicated diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 047e6b0cfcd..ff315cd4597 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -20,10 +20,6 @@ postgres_targets_postgres12 # Mask PHP 7.3 target while in beta php_targets_php7-3 -# Andreas Sturmlechner <[email protected]> (10 May 2018) -# media-sound/mumble is masked/not keyworded at this point, bug #656826. -mumble - # Matt Turner <[email protected]> (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #606132.
