diff options
author | 2004-04-21 22:09:56 +0000 | |
---|---|---|
committer | 2004-04-21 22:09:56 +0000 | |
commit | 3c9e72ce2701cf9aa69dafe7d4fd0f25301b19be (patch) | |
tree | a1bf0a22b710cb668001008a1af12107068f2938 /app-office/abiword | |
parent | doc tidy (diff) | |
download | historical-3c9e72ce2701cf9aa69dafe7d4fd0f25301b19be.tar.gz historical-3c9e72ce2701cf9aa69dafe7d4fd0f25301b19be.tar.bz2 historical-3c9e72ce2701cf9aa69dafe7d4fd0f25301b19be.zip |
fix typo
Diffstat (limited to 'app-office/abiword')
-rw-r--r-- | app-office/abiword/Manifest | 4 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.0.5.ebuild | 4 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.0.6.ebuild | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest index 8c83f34e2a23..8eac163f1ef4 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,6 +1,6 @@ -MD5 22222b2a248acf7b56cee918559af3db abiword-2.0.5.ebuild 2533 +MD5 429854880655fb24771483ea0274662f abiword-2.0.5.ebuild 2530 MD5 b0c016c12468243998e794cd4fb22b2e abiword-2.0.2.ebuild 2253 -MD5 079f827b920127d3044a0e4037be7342 abiword-2.0.6.ebuild 2388 +MD5 09ad7b7b92375f9e0e371b35a9de24f9 abiword-2.0.6.ebuild 2385 MD5 f8ed2f89b5cd1abf83ecd4a6f5344821 abiword-2.0.1.ebuild 2179 MD5 e180515ab31242ba1709e9c5a789d731 ChangeLog 11019 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 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 |