From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 422161394BF for ; Fri, 13 Aug 2021 10:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7953DE0880; Fri, 13 Aug 2021 10:02:29 +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 5F27FE0880 for ; Fri, 13 Aug 2021 10:02:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8CB4633BF11 for ; Fri, 13 Aug 2021 10:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA2FD8B0 for ; Fri, 13 Aug 2021 10:02:25 +0000 (UTC) From: "Marek Szuba" 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" Message-ID: <1628848931.e60444d6dfb1544c098a55cd7ff43b1001ff451f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/lua_single_target.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e60444d6dfb1544c098a55cd7ff43b1001ff451f X-VCS-Branch: master Date: Fri, 13 Aug 2021 10:02:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb742885-a746-48a1-83ec-81e927848e6a X-Archives-Hash: e6f241326a15f5945cc9ee7562befca7 commit: e60444d6dfb1544c098a55cd7ff43b1001ff451f Author: Marek Szuba gentoo org> AuthorDate: Fri Aug 13 09:42:34 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Aug 13 10:02:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60444d6 profiles/desc: lua_single_target_lua5-2 is now unsupported Signed-off-by: Marek Szuba gentoo.org> profiles/desc/lua_single_target.desc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc index c3d422e434d..347e7e4798b 100644 --- a/profiles/desc/lua_single_target.desc +++ b/profiles/desc/lua_single_target.desc @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors. +# Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of LUA_SINGLE_TARGET USE_EXPAND flags. lua5-1 - Build for Lua 5.1 only -lua5-2 - Build for Lua 5.2 only lua5-3 - Build for Lua 5.3 only lua5-4 - Build for Lua 5.4 only luajit - Build for LuaJIT only