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 1CDE81382C5 for ; Thu, 24 Dec 2020 12:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49F52E0B35; Thu, 24 Dec 2020 12:03:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D541EE0B60 for ; Thu, 24 Dec 2020 12:03:31 +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 5B0FA341BBD for ; Thu, 24 Dec 2020 12:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B588D4C for ; Thu, 24 Dec 2020 12:03:28 +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: <1608806228.ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5.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: ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5 X-VCS-Branch: master Date: Thu, 24 Dec 2020 12:03:28 +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: da762fee-db71-4b54-89e2-fa6e709cb361 X-Archives-Hash: 911dc97dc462983a7b4b06e39e02c99d commit: ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 24 10:37:08 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 24 10:37:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ced3d3f0 profiles/targets/desktop/package.use: set lua_single_targets_luajit for media-video/mpv mpv ebuilds migrated to lua-single.eclass use this instead of just 'luajit'. 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 dcac3fa4f41..5d4fd73427a 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -55,7 +55,7 @@ dev-lang/php -exif -truetype # Enable luajit for OSC and youtube-dl support by default. # Override default +sdl from desktop profile and disable sdl outputs. # These outputs are for systems without a proper audio/video support. -media-video/mpv lua luajit -sdl +media-video/mpv lua luajit lua_single_target_luajit -sdl # Mike Gilbert (2017-01-04) # Needed by x11-misc/xdg-utils.