commit: 8613ab36d3c4d0cf80ccbd713373eafc5ade4b04 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 3 03:47:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 3 03:47:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8613ab36
profiles/arch/powerpc/ppc32: migrate USE=llvm-libunwind mask to stable mask sys-libs/llvm-libunwind is now keyworded on PPC. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/powerpc/ppc32/use.mask | 6 +----- profiles/arch/powerpc/ppc32/use.stable.mask | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask index c2325ed7fe8b..9fa17ddad41c 100644 --- a/profiles/arch/powerpc/ppc32/use.mask +++ b/profiles/arch/powerpc/ppc32/use.mask @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -14,10 +14,6 @@ gnome-online-accounts openexr osg -# Sam James <[email protected]> (2021-10-11) -# sys-libs/llvm-libunwind isn't keyworded here -llvm-libunwind - # Matt Turner <[email protected]> (07-25-2021) # gnome-shell requires rustified librsvg. gnome-shell diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask index 57875ce2a1bf..445aee51db53 100644 --- a/profiles/arch/powerpc/ppc32/use.stable.mask +++ b/profiles/arch/powerpc/ppc32/use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-02-03) +# sys-libs/llvm-libunwind isn't marked stable here +llvm-libunwind + # Andreas Sturmlechner <[email protected]> (2020-08-13) # media-gfx/gimp is not stable gimp
