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 199381382C5 for ; Thu, 24 Dec 2020 13:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C2F2E0C94; Thu, 24 Dec 2020 13:51:03 +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 E7B0DE0C94 for ; Thu, 24 Dec 2020 13:51:02 +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 967FA341BD1 for ; Thu, 24 Dec 2020 13:51:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00838B8 for ; Thu, 24 Dec 2020 13:50:59 +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: <1608817731.c04c7631df81b55c0cae7fc0e4269988644de564.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: c04c7631df81b55c0cae7fc0e4269988644de564 X-VCS-Branch: master Date: Thu, 24 Dec 2020 13:50:59 +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: 190bed82-c56b-4335-9a46-d7b51188f4e3 X-Archives-Hash: 4feb5a2f4ee144ce384400be82ecb196 commit: c04c7631df81b55c0cae7fc0e4269988644de564 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 24 13:48:51 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 24 13:48:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04c7631 profiles/targets/desktop/package.use: more media-video/mpv LuaJIT changes Follow-up to ced3d3f08fde6b38c49ece9792021b1cfe7ea5d5: package.use changes are incremental so it is necessary to explicitly unset current LUA_SINGLE_TARGET before setting the luajit one. 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 046891519ae..1426f952b38 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -59,7 +59,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 lua_single_target_luajit -sdl +media-video/mpv lua luajit -sdl LUA_SINGLE_TARGET: -* luajit # Mike Gilbert (2017-01-04) # Needed by x11-misc/xdg-utils.