summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-01-24 07:43:23 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-01-24 08:21:36 -0500
commite10234c4a880408e9cca3bfb7dbaf1f59debd65a (patch)
tree0aec97d38ccb29b11561a2321b78fe7e7c7f1a8d /net-misc/youtube-viewer
parentnet-misc/gallery-dl: switch youtube-dl optfeature to yt-dlp (diff)
downloadgentoo-e10234c4a880408e9cca3bfb7dbaf1f59debd65a.tar.gz
gentoo-e10234c4a880408e9cca3bfb7dbaf1f59debd65a.tar.bz2
gentoo-e10234c4a880408e9cca3bfb7dbaf1f59debd65a.zip
net-misc/youtube-viewer: cleanup youtube-dl alternate optfeature
About to be removed, use yt-dlp. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc/youtube-viewer')
-rw-r--r--net-misc/youtube-viewer/youtube-viewer-3.10.1.ebuild4
-rw-r--r--net-misc/youtube-viewer/youtube-viewer-9999.ebuild4
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."