diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-21 13:36:17 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-10-21 13:36:17 +0000 |
commit | 5bf9dbba6239410976f3b6165d90f432d3cd30e8 (patch) | |
tree | edbfcb6140f206401a3fb66d76017da3e23beb04 /app-office/gnumeric | |
parent | Fix building with libpng15 (missing zlib.h include) wrt #387945 by "Jared" (diff) | |
download | gentoo-2-5bf9dbba6239410976f3b6165d90f432d3cd30e8.tar.gz gentoo-2-5bf9dbba6239410976f3b6165d90f432d3cd30e8.tar.bz2 gentoo-2-5bf9dbba6239410976f3b6165d90f432d3cd30e8.zip |
x86 stable wrt bug #385699
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.10.17.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index b6fe52dc60f9..57f9d49e4ef1 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.229 2011/10/16 17:41:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.230 2011/10/21 13:36:17 phajdan.jr Exp $ + + 21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnumeric-1.10.17.ebuild: + x86 stable wrt bug #385699 + + 21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnumeric-1.10.17.ebuild: + x86 stable wrt bug #385699 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gnumeric-1.10.17.ebuild: ppc/ppc64 stable wrt #385699 diff --git a/app-office/gnumeric/gnumeric-1.10.17.ebuild b/app-office/gnumeric/gnumeric-1.10.17.ebuild index cb9f51d8553b..607e5d6ff16c 100644 --- a/app-office/gnumeric/gnumeric-1.10.17.ebuild +++ b/app-office/gnumeric/gnumeric-1.10.17.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/gnumeric/gnumeric-1.10.17.ebuild,v 1.3 2011/10/16 17:41:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.17.ebuild,v 1.4 2011/10/21 13:36:17 phajdan.jr Exp $ EAPI="3" GCONF_DEBUG="no" @@ -15,7 +15,7 @@ HOMEPAGE="http://projects.gnome.org/gnumeric/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="perl python" # Missing gnome-extra/libgnomedb required version in tree |