summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 22:37:27 +0000
commite34e99ff3a479e58cdd7c2d310dce7bbf8070e74 (patch)
tree670a0fb22c3de0ef56319a57f951909e0608d680 /app-text/gtkspell/gtkspell-2.0.4.ebuild
parentdigest (diff)
downloadgentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.gz
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.tar.bz2
gentoo-2-e34e99ff3a479e58cdd7c2d310dce7bbf8070e74.zip
whitespace cleanup
Diffstat (limited to 'app-text/gtkspell/gtkspell-2.0.4.ebuild')
-rw-r--r--app-text/gtkspell/gtkspell-2.0.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild
index a7cb57cd2fb8..4adfdb13826f 100644
--- a/app-text/gtkspell/gtkspell-2.0.4.ebuild
+++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.9 2003/08/05 15:56:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.10 2003/09/05 22:37:21 msterret Exp $
inherit eutils
@@ -23,7 +23,7 @@ src_unpack() {
# fix the config script's gtkdoc check (bug #16997)
cd ${S}
sed -i "s:GTKDOC=true::" configure
-
+
# workaround missing docbook 4.2 xml dtd in /etc/xml/docbook
epatch ${FILESDIR}/${P}-docbookx.patch
}
@@ -34,7 +34,7 @@ src_compile() {
use doc \
&& myconf="--enable-gtk-doc" \
|| myconf="--disable-gtk-doc"
-
+
econf ${myconf} || die
emake || die "compile failure"
}