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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 51426158088 for ; Sun, 21 Nov 2021 02:38:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7518E07A5; Sun, 21 Nov 2021 02:38:42 +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 92C39E07A5 for ; Sun, 21 Nov 2021 02:38:42 +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 355C834313F for ; Sun, 21 Nov 2021 02:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51B621C0 for ; Sun, 21 Nov 2021 02:38:39 +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: <1637462154.becda816e508d089a52682cbb1eaf904d507fce9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild www-client/qutebrowser/qutebrowser-2.4.0.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: becda816e508d089a52682cbb1eaf904d507fce9 X-VCS-Branch: master Date: Sun, 21 Nov 2021 02:38:39 +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: f3763ef0-9004-4f2d-8a1e-fdb4b68b1c57 X-Archives-Hash: c6e4b60e3bf872988ac495af3ae75119 commit: becda816e508d089a52682cbb1eaf904d507fce9 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Nov 21 01:53:12 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Nov 21 02:35:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becda816 www-client/qutebrowser: remove mention of youtube-dl mpv now defaults to yt-dlp without further setting up, and yt-dlp also provides a youtube-dl wrapper either way. Signed-off-by: Ionen Wolkens gentoo.org> www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild | 2 +- www-client/qutebrowser/qutebrowser-2.4.0.ebuild | 2 +- www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild b/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild index 0b940abb3a02..bfc54af8e690 100644 --- a/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.3.1-r2.ebuild @@ -123,6 +123,6 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then elog "Note that optional scripts in ${EROOT}/usr/share/${PN}/{user,}scripts" elog "have additional dependencies not covered by this ebuild, for example" - elog "view_in_mpv needs media-video/mpv setup to use yt-dlp or youtube-dl." + elog "view_in_mpv needs media-video/mpv[lua] and net-misc/yt-dlp." fi } diff --git a/www-client/qutebrowser/qutebrowser-2.4.0.ebuild b/www-client/qutebrowser/qutebrowser-2.4.0.ebuild index a48b15b96f0f..f3fcf16be9a4 100644 --- a/www-client/qutebrowser/qutebrowser-2.4.0.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.4.0.ebuild @@ -119,6 +119,6 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then elog "Note that optional scripts in ${EROOT}/usr/share/${PN}/{user,}scripts" elog "have additional dependencies not covered by this ebuild, for example" - elog "view_in_mpv needs media-video/mpv setup to use yt-dlp or youtube-dl." + elog "view_in_mpv needs media-video/mpv[lua] and net-misc/yt-dlp." fi } diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index a48b15b96f0f..f3fcf16be9a4 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -119,6 +119,6 @@ pkg_postinst() { if [[ ! ${REPLACING_VERSIONS} ]]; then elog "Note that optional scripts in ${EROOT}/usr/share/${PN}/{user,}scripts" elog "have additional dependencies not covered by this ebuild, for example" - elog "view_in_mpv needs media-video/mpv setup to use yt-dlp or youtube-dl." + elog "view_in_mpv needs media-video/mpv[lua] and net-misc/yt-dlp." fi }