diff options
author | Markus Meier <maekke@gentoo.org> | 2008-06-25 20:53:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-06-25 20:53:19 +0000 |
commit | 3df56edc8ffe72da9ecda810f454d157a1794734 (patch) | |
tree | b2f2772e80f71636dc76fd3d1b822cdc330cbb5c /app-office | |
parent | Remove AC_AIX from configure.ac (#229337). (diff) | |
download | gentoo-2-3df56edc8ffe72da9ecda810f454d157a1794734.tar.gz gentoo-2-3df56edc8ffe72da9ecda810f454d157a1794734.tar.bz2 gentoo-2-3df56edc8ffe72da9ecda810f454d157a1794734.zip |
x86 stable, bug #225399
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc7 i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 9759ba107adf..592785e5f4a6 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.165 2008/06/14 08:20:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.166 2008/06/25 20:53:19 maekke Exp $ + + 25 Jun 2008; Markus Meier <maekke@gentoo.org> gnucash-2.2.5.ebuild: + x86 stable, bug #225399 14 Jun 2008; nixnut <nixnut@gentoo.org> gnucash-2.2.5.ebuild: Stable on ppc wrt bug 225399 diff --git a/app-office/gnucash/gnucash-2.2.5.ebuild b/app-office/gnucash/gnucash-2.2.5.ebuild index f3bf2883a568..a84d8b08771b 100644 --- a/app-office/gnucash/gnucash-2.2.5.ebuild +++ b/app-office/gnucash/gnucash-2.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.5.ebuild,v 1.5 2008/06/14 08:20:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.2.5.ebuild,v 1.6 2008/06/25 20:53:19 maekke Exp $ EAPI=1 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc ~x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="+doc ofx hbci chipcard debug quotes" |