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 C76661382C5 for ; Sun, 4 Apr 2021 18:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA3DBE0877; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D443BE0877 for ; Sun, 4 Apr 2021 18:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DFAC5335CD4 for ; Sun, 4 Apr 2021 18:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDD9364C for ; Sun, 4 Apr 2021 18:55:23 +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: <1617562508.4bc8d409c31767f8d8711d8f9863b71830e10610.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks-contrib/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild X-VCS-Directories: x11-misc/i3blocks-contrib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4bc8d409c31767f8d8711d8f9863b71830e10610 X-VCS-Branch: master Date: Sun, 4 Apr 2021 18:55:23 +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: 3bbb2453-5d43-4b25-bacb-c5c80dc0cdb1 X-Archives-Hash: 83d69e5a43e41498b0f53690f5f8c1fd commit: 4bc8d409c31767f8d8711d8f9863b71830e10610 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 3 11:08:37 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 4 18:55:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc8d409 x11-misc/i3blocks-contrib: Use optfeature_header() instead of custom elog Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild index 5977a9b1339..517105977ba 100644 --- a/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild +++ b/x11-misc/i3blocks-contrib/i3blocks-contrib-1.4.0_p20201127.ebuild @@ -31,7 +31,7 @@ src_install() { } pkg_postinst() { - elog "The following deps may be required for certain ${PN} scripts:" + optfeature_header "The following deps may be required for certain ${PN} scripts:" optfeature "backlight" sys-power/acpilight x11-apps/xbacklight optfeature "battery{,2,bar}" sys-power/acpi optfeature "cpu_usage" app-admin/sysstat