summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-08-27 10:16:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-08-27 11:35:28 +0200
commit705ca794554f2c7b54ddf3ff5a586c31e3b64f5b (patch)
tree544d88dd8d33145cd33fe0dff6aaca6ee1bdb7a5
parentapp-office/libreoffice: http->https, simplify MODULES, fix install, deps (diff)
downloadgentoo-705ca794554f2c7b54ddf3ff5a586c31e3b64f5b.tar.gz
gentoo-705ca794554f2c7b54ddf3ff5a586c31e3b64f5b.tar.bz2
gentoo-705ca794554f2c7b54ddf3ff5a586c31e3b64f5b.zip
app-office/kmymoney: Drop USE=pim
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--app-office/kmymoney/kmymoney-4.8.0-r2.ebuild5
-rw-r--r--app-office/kmymoney/metadata.xml1
2 files changed, 2 insertions, 4 deletions
diff --git a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
index 2c8a51c8250d..b6f87338fb73 100644
--- a/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
+++ b/app-office/kmymoney/kmymoney-4.8.0-r2.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="amd64 x86"
-IUSE="calendar debug doc hbci ofx pim quotes weboob"
+IUSE="calendar debug doc hbci ofx quotes weboob"
COMMON_DEPEND="
>=app-crypt/gpgme-1.7.0[cxx]
@@ -34,7 +34,6 @@ COMMON_DEPEND="
>=sys-libs/gwenhywfar-4.15.3[qt4]
)
ofx? ( >=dev-libs/libofx-0.9.4 )
- pim? ( $(add_kdeapps_dep kdepimlibs) )
weboob? ( www-client/weboob )
"
RDEPEND="${COMMON_DEPEND}
@@ -75,7 +74,7 @@ src_configure() {
-DUSE_DEVELOPER_DOC=$(usex doc)
-DENABLE_KBANKING=$(usex hbci)
-DENABLE_LIBOFX=$(usex ofx)
- $(cmake-utils_use_find_package pim KdepimLibs)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KdepimLibs=ON
-DENABLE_WEBOOB=$(usex weboob)
)
kde4-base_src_configure
diff --git a/app-office/kmymoney/metadata.xml b/app-office/kmymoney/metadata.xml
index e83740a23fac..2a46248a2be8 100644
--- a/app-office/kmymoney/metadata.xml
+++ b/app-office/kmymoney/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="hbci">Enable HBCI support using <pkg>net-libs/aqbanking</pkg></flag>
- <flag name="pim">Enable KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag>
<flag name="quotes">Enable Online Stock Quote retrieval</flag>
<flag name="weboob">Enable import of online banking transactions extracted by <pkg>www-client/weboob</pkg></flag>
</use>