commit:     9b2da1bbc5c906e3688fa687ab11d356f8f02ed5
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:14:44 2016 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:14:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2da1bb

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

 net-libs/aqbanking/aqbanking-5.6.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/aqbanking/aqbanking-5.6.10.ebuild 
b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
index f84bad5..b7acebf 100644
--- a/net-libs/aqbanking/aqbanking-5.6.10.ebuild
+++ b/net-libs/aqbanking/aqbanking-5.6.10.ebuild
@@ -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
 

Reply via email to