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 4037113946D 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 7CDBFE0884; Fri, 13 Aug 2021 10:02:29 +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 62185E0884 for ; Fri, 13 Aug 2021 10:02:29 +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 7AE5033BEE5 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 E08B68B3 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: <1628848933.f30fd3cc79beb9726136c4c17ddef6219613e37a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/package.use X-VCS-Directories: profiles/targets/desktop/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f30fd3cc79beb9726136c4c17ddef6219613e37a 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: 016c182d-e379-4a18-b4d7-e1d349af056e X-Archives-Hash: 1de0a3a9737ad61b9aa3fa5dba0217ea commit: f30fd3cc79beb9726136c4c17ddef6219613e37a Author: Marek Szuba gentoo org> AuthorDate: Fri Aug 13 09:59:19 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Aug 13 10:02:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30fd3cc profiles/targets/desktop: do not mention now-unsupported lua5-2 Signed-off-by: Marek Szuba gentoo.org> profiles/targets/desktop/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 9a6c9867269..a2fa672a2bc 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -57,7 +57,7 @@ dev-lang/php -exif -truetype # NOTE: Needs syncing to negate profile defaults if we decide # to keep this up. media-video/mpv lua -sdl -media-video/mpv -lua_single_target_lua5-1 -lua_single_target_lua5-2 +media-video/mpv -lua_single_target_lua5-1 media-video/mpv lua_single_target_luajit # Mike Gilbert (2017-01-04)