summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:28:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:09 +0200
commit0ede8102dbb50273a0f8e6dc603e81a77933af80 (patch)
tree82fc2c62d8a8fb2ba324f7831a018d132ed30c8f /x11-plugins/vicious
parentx11-misc/splatmoji: Drop superfluous optfeature header (diff)
downloadgentoo-0ede8102dbb50273a0f8e6dc603e81a77933af80.tar.gz
gentoo-0ede8102dbb50273a0f8e6dc603e81a77933af80.tar.bz2
gentoo-0ede8102dbb50273a0f8e6dc603e81a77933af80.zip
x11-plugins/vicious: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins/vicious')
-rw-r--r--x11-plugins/vicious/vicious-2.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/vicious/vicious-2.5.0.ebuild b/x11-plugins/vicious/vicious-2.5.0.ebuild
index 72bec8a74f26..31dbb976d373 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"