commit: 0f519d53c69f3c35a39b24c965c4b644e63abab2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Dec 28 03:45:53 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 03:45:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f519d53
arm64/use.mask: move mask for libglvnd to use.stable.mask * media-libs/libglvnd is now keyworded Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> profiles/arch/arm64/use.mask | 4 ---- profiles/arch/arm64/use.stable.mask | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index bd7ee0ffd9b..21d730d54cd 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -9,10 +9,6 @@ # A neon64 USE is being discussed cpu_flags_arm_neon -# Matt Turner <[email protected]> (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Unmask arm specific USE flags -cpu_flags_arm_v4 -cpu_flags_arm_v4 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 10623ef3569..f630e7096cf 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Aaron Bauman <[email protected]> (2019-12-27) +# not stable yet +media-libs/libglvnd + # Aaron Bauman <[email protected]> (2019-05-20) # Does not build on arm64 ocamlopt
