diff options
Diffstat (limited to 'app-office/abiword/abiword-2.2.8-r1.ebuild')
-rw-r--r-- | app-office/abiword/abiword-2.2.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/abiword/abiword-2.2.8-r1.ebuild b/app-office/abiword/abiword-2.2.8-r1.ebuild index 67bb032bf559..f875bced1393 100644 --- a/app-office/abiword/abiword-2.2.8-r1.ebuild +++ b/app-office/abiword/abiword-2.2.8-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/abiword-2.2.8-r1.ebuild,v 1.1 2005/07/03 20:28:37 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.2.8-r1.ebuild,v 1.2 2005/08/01 16:09:24 foser Exp $ inherit eutils fdo-mime alternatives @@ -14,7 +14,7 @@ HOMEPAGE="http://www.abisource.com" SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.bz2" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64 ~hppa ~ppc64 ~ia64" +KEYWORDS="x86 ~sparc ~alpha ~ppc ~amd64 ~hppa ~ppc64 ~ia64" LICENSE="GPL-2" SLOT="2" @@ -48,7 +48,7 @@ src_compile() { rm -f configure.old # Fix compilation on GCC4; upstream patch - epatch ${FILESDIR}/${PV}-gcc4.patch + epatch ${FILESDIR}/2.2.8-gcc4.patch # fix for security, see #96991 epatch ${FILESDIR}/${PN}-security-fix.patch |