commit:     e10234c4a880408e9cca3bfb7dbaf1f59debd65a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 12:43:23 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 13:21:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10234c4

net-misc/youtube-viewer: cleanup youtube-dl alternate optfeature

About to be removed, use yt-dlp.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild | 4 ++--
 net-misc/youtube-viewer/youtube-viewer-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild
index ae91d86efaf8..ff42b9681d3b 100644
--- a/net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -64,7 +64,7 @@ pkg_postinst() {
        optfeature "local cache support" dev-perl/LWP-UserAgent-Cached
        optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
        optfeature "printing results in a fixed-width format (--fixed-width, 
-W)" dev-perl/Text-CharWidth
-       optfeature "live streams support" net-misc/yt-dlp net-misc/youtube-dl
+       optfeature "live streams support" net-misc/yt-dlp
        elog
        elog "Check the configuration file in ~/.config/youtube-viewer/"
        elog "and configure your video player backend."

diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
index 60a5b0a98c32..e1d6d21ad3ba 100644
--- a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
+++ b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -65,7 +65,7 @@ pkg_postinst() {
        optfeature "local cache support" dev-perl/LWP-UserAgent-Cached
        optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
        optfeature "printing results in a fixed-width format (--fixed-width, 
-W)" dev-perl/Text-CharWidth
-       optfeature "live streams support" net-misc/yt-dlp net-misc/youtube-dl
+       optfeature "live streams support" net-misc/yt-dlp
        elog
        elog "Check the configuration file in ~/.config/youtube-viewer/"
        elog "and configure your video player backend."

Reply via email to