diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 470b583c50ee..8c1c30b17d6d 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.116 2007/01/24 20:49:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.117 2007/01/25 16:03:50 seemant Exp $ + + 25 Jan 2007; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.4.ebuild: + remove unused keywords 24 Jan 2007; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.4.ebuild: add support for mt940 (depends on hbci and mt940 flags), to close bug #156932 diff --git a/app-office/gnucash/gnucash-2.0.4.ebuild b/app-office/gnucash/gnucash-2.0.4.ebuild index 22f5f83797f5..c850c0cb050f 100644 --- a/app-office/gnucash/gnucash-2.0.4.ebuild +++ b/app-office/gnucash/gnucash-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.4.ebuild,v 1.2 2007/01/24 20:49:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.4.ebuild,v 1.3 2007/01/25 16:03:50 seemant Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="ofx hbci chipcard doc debug quotes nls mt940" |