net-libs/aqbanking: fix deletion of doc dir

This fixes bug #582842 and also does not try to build
the obsolete paypal backend.

Package-Manager: portage-2.3.0
This commit is contained in:
Hanno
2016-06-25 20:14:44 +02:00
parent a9e5eee423
commit 9b2da1bbc5

View File

@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1" # 5.0.x fails with -j9 on quadcore
src_configure() {
local backends="aqhbci aqnone aqpaypal"
local backends="aqhbci aqnone"
use ofx && backends="${backends} aqofxconnect"
use ebics && backends="${backends} aqebics"
@@ -49,7 +49,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install
rm -rv "${ED}"/usr/share/doc/aq{banking,hbci,paypal} || die
rm -rv "${ED}"/usr/share/doc/ || die
dodoc AUTHORS ChangeLog NEWS README TODO