diff options
author | 2021-04-03 13:26:28 +0200 | |
---|---|---|
committer | 2021-04-04 20:55:05 +0200 | |
commit | 96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07 (patch) | |
tree | eb350a586ae80f0c44e0834a78702c5473d38410 /net-misc | |
parent | net-misc/anydesk: Use optfeature_header() instead of custom elog (diff) | |
download | gentoo-96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07.tar.gz gentoo-96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07.tar.bz2 gentoo-96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07.zip |
net-misc/capi4hylafax: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild index 50cce3b04057..8332aaea2245 100644 --- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild +++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit autotools epatch optfeature versionator FAX_SPOOL_DIR="${ROOT}/var/spool/fax" @@ -111,7 +112,7 @@ src_install() { } pkg_postinst() { - einfo + elog elog "To use capi4hylafax:" elog "Make sure that your isdn/capi devices are owned by" elog "the \"uucp\" user (see udev or devfsd config)." @@ -133,13 +134,12 @@ pkg_postinst() { elog "You should also check special options in:" elog "/etc/conf.d/${PN}" elog - elog "The following optional dependency is also available:" optfeature "hylafax integration" net-misc/hylafax elog elog "Then append the following line to your hylafax" elog "config file (${FAX_SPOOL_DIR}/etc/config):" elog "SendFaxCmd: /usr/bin/c2faxsend" - einfo + elog } pkg_config() { |