commit: efec8713a6bcc95877758ec65305ccb0123c34ab Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Apr 15 20:48:26 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Apr 15 22:30:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=efec8713
app-office/kmymoney: Drop superfluous optfeature header Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-office/kmymoney/kmymoney-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index cb0bb9ff8f..28efe8b3d6 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -24,7 +24,6 @@ SLOT="5" IUSE="activities addressbook calendar hbci holidays" [[ ${KDE_BUILD_TYPE} = live ]] && IUSE+=" experimental" -BDEPEND="virtual/pkgconfig" RDEPEND=" >=app-crypt/gpgme-1.7.1-r1[cxx] >=app-office/libalkimia-7.0.0:= @@ -79,6 +78,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/boost " +BDEPEND="virtual/pkgconfig" pkg_setup() { ecm_pkg_setup @@ -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"