commit:     3ab9f05b91b9ede4bbfbd4f18cc7287f34132a3f
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 14 11:52:14 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 11:52:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab9f05b

profiles: Mask lua5.4 targets until we have got that version in the tree

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 profiles/base/use.mask | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index e1496a7e85b..26a7609bf2e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,6 +1,16 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# This file is only for generic masks. For arch-specific masks (i.e.
+# mask everywhere, unmask on arch/*) use arch/base.
+
+# Marek Szuba <mare...@gentoo.org> (2020-11-14)
+# To allow Lua revdeps compatible with lua-5.4 to safely include it
+# in LUA_COMPAT even though we haven't got dev-lang/lua:5.4 in the tree
+# yet (see https://bugs.gentoo.org/754318 for the status of that).
+lua_single_target_lua5-4
+lua_targets_lua5-4
+
 # Alexis Ballier <aball...@gentoo.org> (2020-10-13)
 # Nothing depends on those ROS messages. dev-ros/geneus
 # is half broken in our setup where it looks for packages
@@ -12,9 +22,6 @@ ros_messages_eus
 # app-office/openoffice-bin is being removed.
 office_implementation_openoffice
 
-# This file is only for generic masks. For arch-specific masks (i.e.
-# mask everywhere, unmask on arch/*) use arch/base.
-
 # Hans de Graaff <gra...@gentoo.org> (2020-06-13)
 # Mask Ruby 2.4 as EOL
 ruby_targets_ruby24

Reply via email to