diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2006-12-20 03:43:02 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2006-12-20 03:43:02 +0000 |
commit | e682d9270bed4b70b18146578ef4493138849ab9 (patch) | |
tree | 2302fad82591ef885d60d06437b1dbbbea18c25a /app-office | |
parent | Initial import. Contributed by Sideris Michael <msid@daemons.gr> by bug #158595. (diff) | |
download | gentoo-2-e682d9270bed4b70b18146578ef4493138849ab9.tar.gz gentoo-2-e682d9270bed4b70b18146578ef4493138849ab9.tar.bz2 gentoo-2-e682d9270bed4b70b18146578ef4493138849ab9.zip |
Stable on IA64.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 12d98e96f94e..a77bb5014702 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.107 2006/12/18 19:58:12 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.108 2006/12/20 03:43:02 plasmaroo Exp $ + + 20 Dec 2006; Tim Yamin <plasmaroo@gentoo.org> gnucash-2.0.1.ebuild: + Stable on IA64. 18 Dec 2006; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.2.ebuild: removed the tetex USE flag and check, closing bug #143772 by Chris Bainbridge diff --git a/app-office/gnucash/gnucash-2.0.1.ebuild b/app-office/gnucash/gnucash-2.0.1.ebuild index 27223bee9fd1..69e66b586a71 100644 --- a/app-office/gnucash/gnucash-2.0.1.ebuild +++ b/app-office/gnucash/gnucash-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.1.ebuild,v 1.14 2006/12/18 16:08:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.0.1.ebuild,v 1.15 2006/12/20 03:43:02 plasmaroo Exp $ inherit eutils gnome2 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="postgres ofx hbci chipcard doc debug quotes nls tetex" |