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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68CF5158064 for ; Sat, 11 May 2024 04:00:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A75B2E29E3; Sat, 11 May 2024 04:00:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2510BE29E3 for ; Sat, 11 May 2024 04:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C05233B864 for ; Sat, 11 May 2024 04:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441F893E for ; Sat, 11 May 2024 04:00:23 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1715399944.8b87169bd784d2437cf7c4980f4cf596bc919adf.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.38.0.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8b87169bd784d2437cf7c4980f4cf596bc919adf X-VCS-Branch: master Date: Sat, 11 May 2024 04:00:23 +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: b5c89249-0222-4aea-92a3-4f0ee7806b33 X-Archives-Hash: f0f0920f94460400819927dc8bd1a9fd commit: 8b87169bd784d2437cf7c4980f4cf596bc919adf Author: Ionen Wolkens gentoo org> AuthorDate: Sat May 11 03:56:15 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat May 11 03:59:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b87169b media-video/mpv: reword yt-dlp optfeature USE=lua led to confusion that some action is needed, let's be more verbose and only mention it when it's not set. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.38.0.ebuild | 3 ++- media-video/mpv/mpv-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.38.0.ebuild b/media-video/mpv/mpv-0.38.0.ebuild index bc585e8fdb66..a44f459bb171 100644 --- a/media-video/mpv/mpv-0.38.0.ebuild +++ b/media-video/mpv/mpv-0.38.0.ebuild @@ -271,5 +271,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - optfeature "URL support with USE=lua" net-misc/yt-dlp + optfeature "various websites URL support$(usev !lua \ + " (requires ${PN} with USE=lua)")" net-misc/yt-dlp } diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 43d88a932570..3825d102d45b 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -271,5 +271,6 @@ src_install() { pkg_postinst() { xdg_pkg_postinst - optfeature "URL support with USE=lua" net-misc/yt-dlp + optfeature "various websites URL support$(usev !lua \ + " (requires ${PN} with USE=lua)")" net-misc/yt-dlp }