diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 13:15:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 13:15:45 +0000 |
commit | 9125a136a9d95e2d5fa700f70d44c67ef5513b4d (patch) | |
tree | 962743e878bde99c945370fa33bf76bcea20fd52 /app-office/gnucash | |
parent | x86 stable, bug 534012 (diff) | |
download | gentoo-2-9125a136a9d95e2d5fa700f70d44c67ef5513b4d.tar.gz gentoo-2-9125a136a9d95e2d5fa700f70d44c67ef5513b4d.tar.bz2 gentoo-2-9125a136a9d95e2d5fa700f70d44c67ef5513b4d.zip |
x86 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 4d5d8c84092e..f261a1b6c302 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.288 2015/03/14 18:25:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.289 2015/03/15 13:15:45 pacho Exp $ + + 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.5.ebuild: + x86 stable, bug 534012 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.5.ebuild: amd64 stable, bug 534012 diff --git a/app-office/gnucash/gnucash-2.6.5.ebuild b/app-office/gnucash/gnucash-2.6.5.ebuild index 083e114b7d6e..c1d587f067d9 100644 --- a/app-office/gnucash/gnucash-2.6.5.ebuild +++ b/app-office/gnucash/gnucash-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.5.ebuild,v 1.2 2015/03/14 18:25:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.5.ebuild,v 1.3 2015/03/15 13:15:45 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="chipcard debug +doc hbci mysql ofx postgres python quotes sqlite" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.ac) |