diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-04-21 22:09:56 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-04-21 22:09:56 +0000 |
commit | 9b21528186a11ab44c5ee0cb1df5ef39127d5569 (patch) | |
tree | 8eedf48ea75c7ec821ad5418d3a26c7104495eab /app-office/abiword | |
parent | doc tidy (Manifest recommit) (diff) | |
download | gentoo-2-9b21528186a11ab44c5ee0cb1df5ef39127d5569.tar.gz gentoo-2-9b21528186a11ab44c5ee0cb1df5ef39127d5569.tar.bz2 gentoo-2-9b21528186a11ab44c5ee0cb1df5ef39127d5569.zip |
fix typo
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/abiword-2.0.5.ebuild | 4 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.0.6.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-office/abiword/abiword-2.0.5.ebuild b/app-office/abiword/abiword-2.0.5.ebuild index 4868458f1f41..4695d63eda9a 100644 --- a/app-office/abiword/abiword-2.0.5.ebuild +++ b/app-office/abiword/abiword-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.5 2004/04/20 19:54:52 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.5.ebuild,v 1.6 2004/04/21 22:09:55 foser Exp $ inherit eutils @@ -72,7 +72,7 @@ src_compile() { cd ${S_P} econf \ - `use_enable debug` \ + --disable-debug \ --enable-all \ --with-abiword=${S} \ --without-ImageMagick || die diff --git a/app-office/abiword/abiword-2.0.6.ebuild b/app-office/abiword/abiword-2.0.6.ebuild index 9e30284d8591..cb50896fb72a 100644 --- a/app-office/abiword/abiword-2.0.6.ebuild +++ b/app-office/abiword/abiword-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.6.ebuild,v 1.4 2004/04/20 19:54:52 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.0.6.ebuild,v 1.5 2004/04/21 22:09:56 foser Exp $ inherit eutils @@ -52,7 +52,7 @@ src_compile() { `use_enable gnome` \ `use_with xml2 libxml2` \ `use_enable spell enchant` \ - --disable debug \ + --disable-debug \ --enable-bidi \ --enable-threads \ --without-ImageMagick \ @@ -67,7 +67,7 @@ src_compile() { cd ${S_P} econf \ - `use_enable debug` \ + --disable-debug \ --enable-all \ --with-abiword=${S} \ --without-ImageMagick || die |