diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:06:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:04 +0200 |
commit | a3dd4c9a69fb789c808626be2878a7920d0d11ac (patch) | |
tree | d067ed25d674d0558285f1f79fcb6561a967e9a5 /media-sound/flacon | |
parent | media-sound/beets: Drop superfluous optfeature header (diff) | |
download | gentoo-a3dd4c9a69fb789c808626be2878a7920d0d11ac.tar.gz gentoo-a3dd4c9a69fb789c808626be2878a7920d0d11ac.tar.bz2 gentoo-a3dd4c9a69fb789c808626be2878a7920d0d11ac.zip |
media-sound/flacon: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/flacon')
-rw-r--r-- | media-sound/flacon/flacon-5.5.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/flacon/flacon-5.5.1.ebuild b/media-sound/flacon/flacon-5.5.1.ebuild index 30810280078e..ffc3d5f7fc6e 100644 --- a/media-sound/flacon/flacon-5.5.1.ebuild +++ b/media-sound/flacon/flacon-5.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,9 +66,7 @@ src_test() { } pkg_postinst() { - elog "${PN} optionally supports formats listed below." - elog "(List will be empty if all extra packages are installed.)" - elog "Please install the required packages and restart ${PN}." + optfeature_header "${PN} optionally supports formats listed below." optfeature 'FLAC input and output support' media-libs/flac optfeature 'WavPack input and output support' media-sound/wavpack optfeature 'APE input support' media-sound/mac |