summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/aqhbci/aqhbci-1.0.6.ebuild')
-rw-r--r--net-libs/aqhbci/aqhbci-1.0.6.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-libs/aqhbci/aqhbci-1.0.6.ebuild b/net-libs/aqhbci/aqhbci-1.0.6.ebuild
index 8f2cfd23ee3f..6029e6dd48ac 100644
--- a/net-libs/aqhbci/aqhbci-1.0.6.ebuild
+++ b/net-libs/aqhbci/aqhbci-1.0.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-1.0.6.ebuild,v 1.1 2005/04/13 07:04:49 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-1.0.6.ebuild,v 1.2 2005/07/10 01:04:04 swegener Exp $
DESCRIPTION="HBCI backend for AqBanking"
HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
@@ -10,14 +10,10 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64"
IUSE="debug"
DEPEND=">=net-libs/aqbanking-1.0.8"
-S=${WORKDIR}/${P}
-
-# Fails with parallel make
-MAKEOPTS="-j1"
src_compile() {
econf `use_enable debug` || die
- emake || die
+ emake -j1 || die
}
src_install() {