commit: eb4eaa7be947180b2c518cc5de4ca4a8921261a8 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon May 20 17:21:32 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon May 20 17:22:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4eaa7b
arm64/use.stable.mask: move ocamlopt * move ocamlopt mask from use.mask to use.stable.mask 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 a835dab8c8f..e730f1ed537 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -26,10 +26,6 @@ -neon -armvfp -# Aaron Bauman <[email protected]> (20 May 2019) -# Does not build on arm64 -ocamlopt - # Mart Raudsepp <[email protected]> (07 Jan 2019) # Does not work on arm64 until dev-lang/luajit-2.1 # https://github.com/LuaJIT/LuaJIT/issues/26 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index e0eef84ffe2..e3bd2b590b4 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]> (20 May 2019) +# Does not build on arm64 +ocamlopt + # Andreas Sturmlechner <[email protected]> (20 Apr 2019) # sys-auth/consolekit will not be stabilised anymore. consolekit
