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 F17EC15800F for ; Tue, 24 Jan 2023 13:32:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D63E0858; Tue, 24 Jan 2023 13:32:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300C6E0858 for ; Tue, 24 Jan 2023 13:32:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74738340E05 for ; Tue, 24 Jan 2023 13:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D02288A for ; Tue, 24 Jan 2023 13:32:31 +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: <1674566496.fd7e09f25d5dd99740f5c8549665c4ef6146b168.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/yle-dl/yle-dl-20221231.ebuild X-VCS-Directories: media-video/yle-dl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fd7e09f25d5dd99740f5c8549665c4ef6146b168 X-VCS-Branch: master Date: Tue, 24 Jan 2023 13:32:31 +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: 517d79e8-b732-4095-b99c-50f8326420b8 X-Archives-Hash: c4f0701e048f9a7ced8f1d2b4936cccc commit: fd7e09f25d5dd99740f5c8549665c4ef6146b168 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jan 24 12:46:07 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Jan 24 13:21:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7e09f2 media-video/yle-dl: cleanup youtube-dl alternate optfeature About to be removed, use yt-dlp. Signed-off-by: Ionen Wolkens gentoo.org> media-video/yle-dl/yle-dl-20221231.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/yle-dl/yle-dl-20221231.ebuild b/media-video/yle-dl/yle-dl-20221231.ebuild index e6f19c4cbb98..6f0e9051a517 100644 --- a/media-video/yle-dl/yle-dl-20221231.ebuild +++ b/media-video/yle-dl/yle-dl-20221231.ebuild @@ -51,5 +51,5 @@ pkg_postinst() { elog "Sample configuration file has been installed to " elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample" elog - optfeature "youtube-dl download engine" net-misc/youtube-dl net-misc/yt-dlp + optfeature "youtube-dl download engine" net-misc/yt-dlp }