diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 19:15:56 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 19:15:56 +0000 |
commit | cdf9c9bb8ab5ff9cc6c3a0c443c57dd6499a91e2 (patch) | |
tree | a59603ec5ae9826caad0805a7fac6b84042d21d0 /app-office/abiword | |
parent | Regenerate digest in Manifest2 format. (diff) | |
download | gentoo-2-cdf9c9bb8ab5ff9cc6c3a0c443c57dd6499a91e2.tar.gz gentoo-2-cdf9c9bb8ab5ff9cc6c3a0c443c57dd6499a91e2.tar.bz2 gentoo-2-cdf9c9bb8ab5ff9cc6c3a0c443c57dd6499a91e2.zip |
Stable on ppc wrt bug 165022
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.4.5-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 53e19f7afada..c93dd30d7325 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/abiword # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.168 2007/02/02 21:49:28 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.169 2007/02/03 19:15:56 nixnut Exp $ + + 03 Feb 2007; nixnut <nixnut@gentoo.org> abiword-2.4.5-r1.ebuild: + Stable on ppc wrt bug 165022 02 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> -files/abiword-2.4.2-spell_crash_1.patch, diff --git a/app-office/abiword/abiword-2.4.5-r1.ebuild b/app-office/abiword/abiword-2.4.5-r1.ebuild index 71a2afcdf63c..747cc7eb5b43 100644 --- a/app-office/abiword/abiword-2.4.5-r1.ebuild +++ b/app-office/abiword/abiword-2.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r1.ebuild,v 1.5 2007/02/02 21:42:05 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.4.5-r1.ebuild,v 1.6 2007/02/03 19:15:56 nixnut Exp $ inherit eutils fdo-mime alternatives @@ -10,7 +10,7 @@ SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="debug gnome spell xml" RDEPEND="virtual/xft @@ -43,7 +43,7 @@ src_unpack() { cd "${S}" epatch ${FILESDIR}/11_history_fullpath.dpatch - epatch ${FILESDIR}/11_fcfini_crash.dpatch + epatch ${FILESDIR}/16_fcfini_crash.dpatch } src_compile() { |