commit: 0ede8102dbb50273a0f8e6dc603e81a77933af80
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:28:19 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:55:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede8102
x11-plugins/vicious: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-plugins/vicious/vicious-2.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild
b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 72bec8a74f2..31dbb976d37 100644
--- a/x11-plugins/vicious/vicious-2.5.0.ebuild
+++ b/x11-plugins/vicious/vicious-2.5.0.ebuild
@@ -33,7 +33,7 @@ pkg_postinst() {
# only by searching for occurrences of vicious.spawn (the recommended
way of calling
# external helpers because it supports async) and popen (still used by
many contrib widgets).
# Moreover, dependencies of all non-Linux widgets have been excluded on
purpose.
- elog "These widgets need some dependencies:"
+ optfeature_header "These widgets need some dependencies:"
optfeature "cmus" "media-sound/cmus"
optfeature "fs" "sys-apps/coreutils" # df
optfeature "gmail" "net-misc/curl"