diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-21 17:48:11 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-21 17:48:11 +0000 |
commit | aaea16ac64203446da4a45b32a285915c86f90d3 (patch) | |
tree | 06103ce7ce6029113e0ac1e94cb8f9186157c7ef /app-office/abiword | |
parent | Remove broken ebuild (diff) | |
download | historical-aaea16ac64203446da4a45b32a285915c86f90d3.tar.gz historical-aaea16ac64203446da4a45b32a285915c86f90d3.tar.bz2 historical-aaea16ac64203446da4a45b32a285915c86f90d3.zip |
Stable on amd64 and x86 wrt bug #144120.
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 24603d57ab8e..dde09855ed89 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.157 2006/08/19 18:39:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.158 2006/08/21 17:47:01 wolf31o2 Exp $ + + 21 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> abiword-2.4.5.ebuild: + Stable on amd64 and x86 wrt bug #144120. 19 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> abiword-2.4.5.ebuild: diff --git a/app-office/abiword/abiword-2.4.5.ebuild b/app-office/abiword/abiword-2.4.5.ebuild index 2e340e744367..97b22c5fb4d7 100644 --- a/app-office/abiword/abiword-2.4.5.ebuild +++ b/app-office/abiword/abiword-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5.ebuild,v 1.5 2006/08/19 18:39:43 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5.ebuild,v 1.6 2006/08/21 17:47:01 wolf31o2 Exp $ inherit eutils fdo-mime alternatives @@ -11,7 +11,7 @@ HOMEPAGE="http://www.abisource.com/" SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ppc64 sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="debug gnome spell xml" LICENSE="GPL-2" |