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 08EC6138359 for ; Mon, 5 Oct 2020 12:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3761AE08BD; Mon, 5 Oct 2020 12:14:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1CB55E08BD for ; Mon, 5 Oct 2020 12:14:54 +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 CD21433E6A3 for ; Mon, 5 Oct 2020 12:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC85392 for ; Mon, 5 Oct 2020 12:14:51 +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: <1601900033.70e585591f9188ba512b73f5ed7583dba40ea2bf.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: 70e585591f9188ba512b73f5ed7583dba40ea2bf X-VCS-Branch: master Date: Mon, 5 Oct 2020 12:14:51 +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: f0fbb397-d1a1-426d-8030-d32e10ac5940 X-Archives-Hash: 706351c5b8fa6719a40e91c71746749a commit: 70e585591f9188ba512b73f5ed7583dba40ea2bf Author: Marek Szuba gentoo org> AuthorDate: Tue Sep 29 15:34:48 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Oct 5 12:13:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e58559 profiles/desc: describe LUA_SINGLE_TARGET Already includes lua-5.4. Signed-off-by: Marek Szuba gentoo.org> profiles/desc/lua_single_target.desc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/desc/lua_single_target.desc b/profiles/desc/lua_single_target.desc new file mode 100644 index 00000000000..1bee02b6978 --- /dev/null +++ b/profiles/desc/lua_single_target.desc @@ -0,0 +1,9 @@ +# Copyright 1999-2020 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