Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/
Date: Thu, 15 Apr 2021 22:32:50
Message-Id: 1618525835.efec8713a6bcc95877758ec65305ccb0123c34ab.asturm@gentoo
1 commit: efec8713a6bcc95877758ec65305ccb0123c34ab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 20:48:26 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 22:30:35 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efec8713
7
8 app-office/kmymoney: Drop superfluous optfeature header
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 app-office/kmymoney/kmymoney-9999.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild
16 index cb0bb9ff8f..28efe8b3d6 100644
17 --- a/app-office/kmymoney/kmymoney-9999.ebuild
18 +++ b/app-office/kmymoney/kmymoney-9999.ebuild
19 @@ -24,7 +24,6 @@ SLOT="5"
20 IUSE="activities addressbook calendar hbci holidays"
21 [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental"
22
23 -BDEPEND="virtual/pkgconfig"
24 RDEPEND="
25 >=app-crypt/gpgme-1.7.1-r1[cxx]
26 >=app-office/libalkimia-7.0.0:=
27 @@ -79,6 +78,7 @@ RDEPEND="
28 DEPEND="${RDEPEND}
29 dev-libs/boost
30 "
31 +BDEPEND="virtual/pkgconfig"
32
33 pkg_setup() {
34 ecm_pkg_setup
35 @@ -120,8 +120,7 @@ src_test() {
36
37 pkg_postinst() {
38 if [[ -z "${REPLACING_VERSIONS}" ]]; then
39 - elog "Optional dependencies:"
40 - optfeature "More options for online stock quote retrieval" dev-perl/Finance-Quote
41 + optfeature "more options for online stock quote retrieval" dev-perl/Finance-Quote
42 fi
43 if has_version "app-office/kmymoney[quotes]"; then
44 elog "Please note: IUSE=quotes flag is gone in ${PN}-5.1.1. ${PN} still"