diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:03:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 21:03:09 +0000 |
commit | a8c781ab5cddaecab010a02808aae110d571425d (patch) | |
tree | 47f77fa5e2baeaee477a6dda6350ea3f51c79c61 /app-office | |
parent | Fix wrong commit, bug 502160 (diff) | |
download | gentoo-2-a8c781ab5cddaecab010a02808aae110d571425d.tar.gz gentoo-2-a8c781ab5cddaecab010a02808aae110d571425d.tar.bz2 gentoo-2-a8c781ab5cddaecab010a02808aae110d571425d.zip |
Fix wrong commit, bug 502160
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog index b1a1b99577f8..60d83596b5bc 100644 --- a/app-office/gnumeric/ChangeLog +++ b/app-office/gnumeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/gnumeric # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.261 2014/02/22 14:29:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.262 2014/02/22 21:03:09 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnumeric-1.12.11.ebuild: + Fix wrong commit, bug 502160 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnumeric-1.12.11.ebuild: arch stable, bug 888 diff --git a/app-office/gnumeric/gnumeric-1.12.11.ebuild b/app-office/gnumeric/gnumeric-1.12.11.ebuild index 111b23ff67db..8c6a63a33818 100644 --- a/app-office/gnumeric/gnumeric-1.12.11.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.11.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/gnumeric/gnumeric-1.12.11.ebuild,v 1.2 2014/02/22 14:29:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.11.ebuild,v 1.3 2014/02/22 21:03:09 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnumeric.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="+introspection libgda perl python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |