diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:18:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:00 +0200 |
commit | 7b8bb07116dc19d7cbfb2e1e7c4a70dec34d27a5 (patch) | |
tree | abd519922d9a6276f454d21f9612a8c309b9ae9f /app-office/kmymoney | |
parent | app-office/impressive: Drop superfluous optfeature header (diff) | |
download | gentoo-7b8bb07116dc19d7cbfb2e1e7c4a70dec34d27a5.tar.gz gentoo-7b8bb07116dc19d7cbfb2e1e7c4a70dec34d27a5.tar.bz2 gentoo-7b8bb07116dc19d7cbfb2e1e7c4a70dec34d27a5.zip |
app-office/kmymoney: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/kmymoney')
-rw-r--r-- | app-office/kmymoney/kmymoney-5.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-office/kmymoney/kmymoney-5.1.1.ebuild b/app-office/kmymoney/kmymoney-5.1.1.ebuild index 9c1afb827854..55fe1033ec3e 100644 --- a/app-office/kmymoney/kmymoney-5.1.1.ebuild +++ b/app-office/kmymoney/kmymoney-5.1.1.ebuild @@ -120,8 +120,7 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - elog "Optional dependencies:" - optfeature "More options for online stock quote retrieval" dev-perl/Finance-Quote + optfeature "more options for online stock quote retrieval" dev-perl/Finance-Quote fi if has_version "app-office/kmymoney[quotes]"; then elog "Please note: IUSE=quotes flag is gone in ${PN}-5.1.1. ${PN} still" |