From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E0B61382C5 for ; Sun, 4 Apr 2021 18:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73418E0882; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D908E087E for ; Sun, 4 Apr 2021 18:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98409335D3D for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 443686BD for ; Sun, 4 Apr 2021 18:55:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617562509.0ede8102dbb50273a0f8e6dc603e81a77933af80.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/vicious/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/vicious/vicious-2.5.0.ebuild X-VCS-Directories: x11-plugins/vicious/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0ede8102dbb50273a0f8e6dc603e81a77933af80 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e2190e77-2e34-46d5-bb73-f66210340d61 X-Archives-Hash: 75d525074ab87c535f0e06c31e70c0ab commit: 0ede8102dbb50273a0f8e6dc603e81a77933af80 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:28:19 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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"