diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-04 17:49:31 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-04 17:49:31 +0000 |
commit | 94d2e60f4429347874d8f9934d77662d0f8e862a (patch) | |
tree | 8433d836715427101ed3ab7e1b264bb8e15a1598 | |
parent | x86 stable wrt security bug #365323 (diff) | |
download | gentoo-2-94d2e60f4429347874d8f9934d77662d0f8e862a.tar.gz gentoo-2-94d2e60f4429347874d8f9934d77662d0f8e862a.tar.bz2 gentoo-2-94d2e60f4429347874d8f9934d77662d0f8e862a.zip |
x86 stable wrt security bug #344059
(Portage version: 2.1.9.42/cvs/Linux i686)
-rw-r--r-- | app-office/gnucash/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-2.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog index 7dcd87643031..8a7cd2abd025 100644 --- a/app-office/gnucash/ChangeLog +++ b/app-office/gnucash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnucash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.234 2011/05/02 16:52:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.235 2011/05/04 17:49:31 phajdan.jr Exp $ + + 04 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnucash-2.4.5.ebuild: + x86 stable wrt security bug #344059 02 May 2011; Tobias Klausmann <klausman@gentoo.org> gnucash-2.4.5.ebuild: Stable on alpha, bug #344059 diff --git a/app-office/gnucash/gnucash-2.4.5.ebuild b/app-office/gnucash/gnucash-2.4.5.ebuild index ab224d77a48c..90ad8d5c3c90 100644 --- a/app-office/gnucash/gnucash-2.4.5.ebuild +++ b/app-office/gnucash/gnucash-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.5.ebuild,v 1.3 2011/05/02 16:52:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.5.ebuild,v 1.4 2011/05/04 17:49:31 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.4" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="chipcard cxx debug +doc hbci mysql ofx postgres python quotes sqlite webkit" # FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in) |