diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-29 16:49:11 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-06-29 16:49:11 +0000 |
commit | cf75ecde0ef8b4c2b738d60c562e37b3521db478 (patch) | |
tree | 8dbdfb7fa71eec5333cacca054aec84def7cc7d6 /app-office | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-cf75ecde0ef8b4c2b738d60c562e37b3521db478.tar.gz gentoo-2-cf75ecde0ef8b4c2b738d60c562e37b3521db478.tar.bz2 gentoo-2-cf75ecde0ef8b4c2b738d60c562e37b3521db478.zip |
Uses 64-bit now instead "${ARCH}" = "amd64".
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/abiword-2.0.5.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-office/abiword/abiword-2.0.5.ebuild b/app-office/abiword/abiword-2.0.5.ebuild index 4105b23b171b..ce01ece88ac4 100644 --- a/app-office/abiword/abiword-2.0.5.ebuild +++ b/app-office/abiword/abiword-2.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.9 2004/06/24 22:38:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.10 2004/06/29 16:49:11 kugelfang Exp $ -inherit eutils +inherit eutils 64-bit IUSE="spell jpeg xml2 gnome doc" @@ -42,10 +42,9 @@ DEPEND="${RDEPEND} src_compile() { - # Abiword is not 64-bit safe. This is a patch for AMD64. - if [ $ARCH = "amd64" ] ; then - epatch ${FILESDIR}/${PN}-2.0.3-amd64.patch || die - fi + # Abiword is not 64-bit safe. + # ${ARCH} = "*64" -> 64-bit, see BUG #55238. + 64-bit && epatch ${FILESDIR}/${PN}-2.0.3-amd64.patch || die # this is a hack since I don't want to go hack in the gnome-vfs headerfiles. # The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk |