diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:53:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:53:49 +0000 |
commit | f05518647e9ed6a1e78387b90d04f1737e85ab76 (patch) | |
tree | a4857ae813c5af049b73b61fdae42b227ae647ce /app-office/gnucash | |
parent | x86 stable, bug 529964 (diff) | |
download | gentoo-2-f05518647e9ed6a1e78387b90d04f1737e85ab76.tar.gz gentoo-2-f05518647e9ed6a1e78387b90d04f1737e85ab76.tar.bz2 gentoo-2-f05518647e9ed6a1e78387b90d04f1737e85ab76.zip |
x86 stable, bug 529964
(Portage version: 2.2.15/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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index ce22f3ae8a8c..e0c9c0e70e4c 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.284 2014/10/22 08:38:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.285 2014/12/18 14:53:49 pacho Exp $ + + 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.4.ebuild: + x86 stable, bug 529964 22 Oct 2014; Pacho Ramos <pacho@gentoo.org> gnucash-2.6.4.ebuild: slib dependency is not needed (#526404 by Ooblick) diff --git a/app-office/gnucash/gnucash-2.6.4.ebuild b/app-office/gnucash/gnucash-2.6.4.ebuild index 46083419af34..05c79fa3965c 100644 --- a/app-office/gnucash/gnucash-2.6.4.ebuild +++ b/app-office/gnucash/gnucash-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.4.ebuild,v 1.2 2014/10/22 08:38:40 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.6.4.ebuild,v 1.3 2014/12/18 14:53:49 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) |