diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:23:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:06 +0200 |
commit | 79b7e92556c89453e06d8cb9b76c811d4b33a795 (patch) | |
tree | 50385d0d292e8aeef9e2150d9f0e40dcabc7d82b /net-misc/youtube-viewer | |
parent | net-misc/remmina: Drop superfluous optfeature header (diff) | |
download | gentoo-79b7e92556c89453e06d8cb9b76c811d4b33a795.tar.gz gentoo-79b7e92556c89453e06d8cb9b76c811d4b33a795.tar.bz2 gentoo-79b7e92556c89453e06d8cb9b76c811d4b33a795.zip |
net-misc/youtube-viewer: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/youtube-viewer')
-rw-r--r-- | net-misc/youtube-viewer/youtube-viewer-3.7.4-r2.ebuild | 3 | ||||
-rw-r--r-- | net-misc/youtube-viewer/youtube-viewer-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r2.ebuild b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r2.ebuild index 8d782d9fcc96..6faf46013802 100644 --- a/net-misc/youtube-viewer/youtube-viewer-3.7.4-r2.ebuild +++ b/net-misc/youtube-viewer/youtube-viewer-3.7.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -70,7 +70,6 @@ src_install() { pkg_postinst() { use gtk && xdg_icon_cache_update - elog "Optional dependencies:" optfeature "cache support" dev-perl/LWP-UserAgent-Cached optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA diff --git a/net-misc/youtube-viewer/youtube-viewer-9999.ebuild b/net-misc/youtube-viewer/youtube-viewer-9999.ebuild index 3115b5726ecf..13c11cedfdb8 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -73,7 +73,6 @@ src_install() { pkg_postinst() { use gtk && xdg_icon_cache_update - elog "Optional dependencies:" optfeature "cache support" dev-perl/LWP-UserAgent-Cached optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA |