diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:05:08 +0000 |
commit | 09db38f1bcdafd7910778b9cde61ce9ebc260e50 (patch) | |
tree | 6e83e9e2583415777600987aa8be3ce09d77b79b /app-editors/ghex/ghex-1.2.1.ebuild | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.gz gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.tar.bz2 gentoo-2-09db38f1bcdafd7910778b9cde61ce9ebc260e50.zip |
whitespace cleanup
Diffstat (limited to 'app-editors/ghex/ghex-1.2.1.ebuild')
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/ghex/ghex-1.2.1.ebuild b/app-editors/ghex/ghex-1.2.1.ebuild index 3022c233a674..58639a0c4637 100644 --- a/app-editors/ghex/ghex-1.2.1.ebuild +++ b/app-editors/ghex/ghex-1.2.1.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-editors/ghex/ghex-1.2.1.ebuild,v 1.12 2003/02/13 06:40:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-1.2.1.ebuild,v 1.13 2003/09/05 23:05:05 msterret Exp $ IUSE="nls" @@ -28,9 +28,9 @@ KEYWORDS="x86 ppc sparc " src_compile() { local myconf="" - - use nls || myconf="$myconf --disable-nls" #default enabled - + + use nls || myconf="$myconf --disable-nls" #default enabled + ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ |