From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1222187-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11DA1138359 for <garchives@archives.gentoo.org>; Sat, 14 Nov 2020 11:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C20DE0844; Sat, 14 Nov 2020 11:54:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAB0DE0844 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2020 11:54:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9D4933BE4D for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2020 11:54:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C711448 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2020 11:54:23 +0000 (UTC) From: "Marek Szuba" <marecki@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1605354734.3ab9f05b91b9ede4bbfbd4f18cc7287f34132a3f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3ab9f05b91b9ede4bbfbd4f18cc7287f34132a3f X-VCS-Branch: master Date: Sat, 14 Nov 2020 11:54:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c66c97ed-6460-4a1c-a6fd-4f0593f81c04 X-Archives-Hash: ce0479be87236dce18a0d9888266e1ef 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 <marecki@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 <aballier@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 <graaff@gentoo.org> (2020-06-13) # Mask Ruby 2.4 as EOL ruby_targets_ruby24