diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-17 19:39:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-17 19:39:42 +0000 |
commit | 8d1c4d51ff3260b2979a7f6af3f224406c76e80c (patch) | |
tree | d26e812c67c078dba11e36dcdb35fc218e40ec8c /app-office | |
parent | old (diff) | |
download | gentoo-2-8d1c4d51ff3260b2979a7f6af3f224406c76e80c.tar.gz gentoo-2-8d1c4d51ff3260b2979a7f6af3f224406c76e80c.tar.bz2 gentoo-2-8d1c4d51ff3260b2979a7f6af3f224406c76e80c.zip |
Fix aqbanking deps wrt #299144.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.2.9-r1.ebuild | 8 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.3.8.ebuild | 8 |
3 files changed, 14 insertions, 10 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 01d7aca47694..8be21bd12599 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/gnucash -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.207 2009/12/31 18:27:36 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.208 2010/01/17 19:39:42 ssuominen Exp $ + + 17 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + gnucash-2.2.9-r1.ebuild, gnucash-2.3.8.ebuild: + Fix aqbanking deps wrt #299144. 31 Dec 2009; Raúl Porcel <armin76@gentoo.org> gnucash-2.2.9-r1.ebuild: alpha stable diff --git a/app-office/gnucash/gnucash-2.2.9-r1.ebuild b/app-office/gnucash/gnucash-2.2.9-r1.ebuild index b9cd11011281..16bdb7e19285 100644 --- a/app-office/gnucash/gnucash-2.2.9-r1.ebuild +++ b/app-office/gnucash/gnucash-2.2.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild,v 1.11 2009/12/31 18:27:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.9-r1.ebuild,v 1.12 2010/01/17 19:39:42 ssuominen Exp $ EAPI=2 @@ -33,8 +33,8 @@ RDEPEND=">=dev-libs/glib-2.6.3 >=dev-libs/libxml2-2.5.10 >=gnome-base/gconf-2 >=x11-libs/goffice-0.6[gnome] - ofx? ( >=dev-libs/libofx-0.7.0 ) - hbci? ( || ( net-libs/aqbanking[qt4] net-libs/aqbanking[qt3] ) + ofx? ( >=dev-libs/libofx-0.8.3 ) + hbci? ( >=net-libs/aqbanking-4.2[qt4] chipcard? ( sys-libs/libchipcard ) ) quotes? ( dev-perl/DateManip diff --git a/app-office/gnucash/gnucash-2.3.8.ebuild b/app-office/gnucash/gnucash-2.3.8.ebuild index b939fc2a996d..d11a4af874d5 100644 --- a/app-office/gnucash/gnucash-2.3.8.ebuild +++ b/app-office/gnucash/gnucash-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.3.8.ebuild,v 1.1 2009/12/14 15:38:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.3.8.ebuild,v 1.2 2010/01/17 19:39:42 ssuominen Exp $ EAPI=2 @@ -32,8 +32,8 @@ RDEPEND=">=dev-libs/glib-2.6.3 >=dev-libs/libxml2-2.5.10 >=gnome-base/gconf-2 >=x11-libs/goffice-0.6[gnome] - ofx? ( >=dev-libs/libofx-0.7.0 ) - hbci? ( || ( net-libs/aqbanking[qt4] net-libs/aqbanking[qt3] ) + ofx? ( >=dev-libs/libofx-0.9.1 ) + hbci? ( >=net-libs/aqbanking-4.2[qt4] chipcard? ( sys-libs/libchipcard ) ) quotes? ( dev-perl/DateManip |