diff options
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 5a5ddbf8fefe..acda9ff05be2 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.4 2005/10/31 01:08:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.5 2005/10/31 19:54:11 ranger Exp $ + + 31 Oct 2005; Brent Baude <ranger@gentoo.org> + abiword-plugins-2.4.1-r1.ebuild: + Marking abiword-plugins-2.4.1-r1 ~ppc64 for bug 110858 31 Oct 2005; Jason Wever <weeve@gentoo.org> abiword-plugins-2.4.1-r1.ebuild: diff --git a/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild b/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild index 3237a27e8f6d..640412f23cad 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild,v 1.2 2005/10/31 01:08:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.1-r1.ebuild,v 1.3 2005/10/31 19:54:11 ranger Exp $ DESCRIPTION="Set of plugins for abiword" HOMEPAGE="http://www.abisource.com/" @@ -8,7 +8,7 @@ SRC_URI="http://www.abisource.com/downloads/abiword/${PV}/abiword-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~ppc ~ppc64 ~sparc ~x86" IUSE="gnome grammar jpeg math svg libgda thesaurus wordperfect" S=${WORKDIR}/abiword-${PV}/${PN} |