From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1248742-garchives=archives.gentoo.org@lists.gentoo.org>
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 7256E1382C5
	for <garchives@archives.gentoo.org>; Sun,  7 Feb 2021 02:17:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 9F1ABE0880;
	Sun,  7 Feb 2021 02:17:19 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 897FFE0880
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Feb 2021 02:17:19 +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 6335534379B
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Feb 2021 02:17:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F194C6
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Feb 2021 02:17:08 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1612664120.6072604b1ced0df272998fcc205c43424a04e109.sam@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: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6072604b1ced0df272998fcc205c43424a04e109
X-VCS-Branch: master
Date: Sun,  7 Feb 2021 02:17:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6282dd47-2869-4764-ae5d-ca0be9d62807
X-Archives-Hash: 2d7b09ba16222711f2732e394255004f

commit:     6072604b1ced0df272998fcc205c43424a04e109
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 02:15:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 02:15:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6072604b

profiles/targets/desktop/package.use: media-video/mpv cleanup

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/targets/desktop/package.use | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
index d72e1ac7bc4..afc1923b4e5 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -59,9 +59,10 @@ 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.
+# NOTE: Needs syncing to negate profile defaults if we decide
+# to keep this up.
 media-video/mpv lua luajit -sdl
 media-video/mpv -lua_single_target_lua5-1 -lua_single_target_lua5-2
-media-video/mpv -lua_single_target_lua5-3 -lua_single_target_lua5-4
 media-video/mpv lua_single_target_luajit
 
 # Mike Gilbert <floppym@gentoo.org> (2017-01-04)