diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-12-30 20:56:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-12-30 20:56:01 +0000 |
commit | b2accecc232bc20b1a289e40520cef0dce436941 (patch) | |
tree | ef9143b4684168077ff4023630da7b994e571fce /app-office/gnucash/gnucash-1.8.10.ebuild | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff) | |
download | gentoo-2-b2accecc232bc20b1a289e40520cef0dce436941.tar.gz gentoo-2-b2accecc232bc20b1a289e40520cef0dce436941.tar.bz2 gentoo-2-b2accecc232bc20b1a289e40520cef0dce436941.zip |
changed hbci dependency from aqhbci to aqhbci-wizard-kde, closing bug #75961 by Arudil <mmueller12345@yahoo.de>. Note that this now adds qt as a big fat dependency for gnucash, so be aware
Diffstat (limited to 'app-office/gnucash/gnucash-1.8.10.ebuild')
-rw-r--r-- | app-office/gnucash/gnucash-1.8.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gnucash/gnucash-1.8.10.ebuild b/app-office/gnucash/gnucash-1.8.10.ebuild index 1fd6ce0e48e4..caf2895e34e6 100644 --- a/app-office/gnucash/gnucash-1.8.10.ebuild +++ b/app-office/gnucash/gnucash-1.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.10.ebuild,v 1.4 2004/12/27 20:15:31 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.10.ebuild,v 1.5 2004/12/30 20:56:01 seemant Exp $ inherit flag-o-matic libtool eutils @@ -19,7 +19,7 @@ HOMEPAGE="http://www.gnucash.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~alpha" +KEYWORDS="~x86" RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=dev-util/guile-1.6 @@ -41,7 +41,7 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 =app-text/docbook-xml-dtd-4.1.2* =sys-libs/db-1* ofx? ( >=dev-libs/libofx-0.7.0 ) - hbci? ( net-libs/aqhbci ) + hbci? ( net-libs/aqhbci-wizard-kde ) chipcard? ( sys-libs/libchipcard net-libs/aqhbci-ddvcard ) quotes? ( dev-perl/DateManip |