diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:37:27 +0000 |
commit | 235c12eb61e7ea0773a7da494815aabea6de447b (patch) | |
tree | fcbb6dd43d436da6f03d530a95774df55869142e /app-text/gtkspell/gtkspell-2.0.4.ebuild | |
parent | digest (diff) | |
download | historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.gz historical-235c12eb61e7ea0773a7da494815aabea6de447b.tar.bz2 historical-235c12eb61e7ea0773a7da494815aabea6de447b.zip |
whitespace cleanup
Diffstat (limited to 'app-text/gtkspell/gtkspell-2.0.4.ebuild')
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 6 |
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" } |