diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 12:57:15 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:09 +0200 |
commit | 5883b8676b616f929f6b4c890c02725007f03ec5 (patch) | |
tree | 95ca8f2844e2e5d54db168f4107ee1705da87736 /x11-wm | |
parent | x11-themes/greybird: Drop superfluous optfeature header (diff) | |
download | gentoo-5883b8676b616f929f6b4c890c02725007f03ec5.tar.gz gentoo-5883b8676b616f929f6b4c890c02725007f03ec5.tar.bz2 gentoo-5883b8676b616f929f6b4c890c02725007f03ec5.zip |
x11-wm/enlightenment: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/enlightenment-0.24.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/enlightenment/enlightenment-0.24.2-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.24.2-r1.ebuild index 6651273cf861..1d2cd069eae8 100644 --- a/x11-wm/enlightenment/enlightenment-0.24.2-r1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.24.2-r1.ebuild @@ -97,7 +97,7 @@ pkg_postinst() { xdg_icon_cache_update xdg_mimeinfo_database_update - elog "Additional programs to complete full EFL suite: " + optfeature_header "Additional programs to complement the full EFL suite:" optfeature "efl-based pinentry interface" app-crypt/pinentry[efl] optfeature "better monitor backlight and brightness controls" app-misc/ddcutil optfeature "office file thumbnails" app-office/libreoffice app-office/libreoffice-bin |