diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/jigdo/jigdo-0.7.0.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/jigdo/jigdo-0.7.0.ebuild')
-rw-r--r-- | net-misc/jigdo/jigdo-0.7.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/jigdo/jigdo-0.7.0.ebuild b/net-misc/jigdo/jigdo-0.7.0.ebuild index ea3754938b8b..a02390114394 100644 --- a/net-misc/jigdo/jigdo-0.7.0.ebuild +++ b/net-misc/jigdo/jigdo-0.7.0.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/net-misc/jigdo/jigdo-0.7.0.ebuild,v 1.1 2003/07/30 00:08:25 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/jigdo/jigdo-0.7.0.ebuild,v 1.2 2003/09/05 22:01:48 msterret Exp $ inherit eutils @@ -22,13 +22,13 @@ src_compile() { local myconf use nls || myconf="--disable-nls" - use gtk || myconf="--without-libdb --without-gui" + use gtk || myconf="--without-libdb --without-gui" ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man $myconf \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man $myconf \ --datadir=/usr/share || die "./configure failed" # Patch the Makefile so that when jidgo is installed, jigdo-lite has |