commit: 15a691b480eff5438fbd27afa9f68f6d61c7b293 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 09:58:50 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 10:02:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a691b4
profiles: remove lua5-2-related USE masks Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/hppa/use.stable.mask | 4 ---- profiles/arch/riscv/use.mask | 4 +--- profiles/base/use.mask | 6 ------ 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask index 9114e7eb910..e0cc1e725f2 100644 --- a/profiles/arch/hppa/use.stable.mask +++ b/profiles/arch/hppa/use.stable.mask @@ -10,10 +10,6 @@ python_single_target_python3_10 python_targets_python3_10 -# Rolf Eike Beer <[email protected]> (2021-02-08) -# dev-lang/lua:5.2 not stable on hppa -lua_single_target_lua5-2 - # Matt Turner <[email protected]> (2020-12-23) # dev-db/postgresql is not stable on hppa postgres diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 68aed13bc01..be47b4af3f7 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -20,10 +20,8 @@ pipewire -introspection # Marek Szuba <[email protected]> (2021-07-05) -# dev-lang/lua:5.2 and dev-lang/luajit known not to work here -lua_single_target_lua5-2 +# dev-lang/luajit does not support this arch lua_single_target_luajit -lua_targets_lua5-2 lua_targets_luajit # Sergei Trofimovich <[email protected]> (2019-11-27) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d805d7c7b66..889fb1a16eb 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,12 +4,6 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. -# Marek Szuba <[email protected]> (2021-07-12) -# Effectively EOL, no packages in the tree strictly require this -# particular version -lua_single_target_lua5-2 -lua_targets_lua5-2 - # Hans de Graaff <[email protected]> (2021-07-09) # Mask Ruby 2.5 as EOL ruby_targets_ruby25
