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 | |
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')
-rw-r--r-- | app-editors/ghex/Manifest | 4 | ||||
-rw-r--r-- | app-editors/ghex/ghex-1.2.1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/ghex/Manifest b/app-editors/ghex/Manifest index 9094684d742c..18229fbba3b8 100644 --- a/app-editors/ghex/Manifest +++ b/app-editors/ghex/Manifest @@ -1,9 +1,9 @@ MD5 f8886ccca07d66a0d87c4a2ec0dd8356 ChangeLog 1263 -MD5 6c00abc60ca3555097a0a128c132cd50 ghex-1.2.1.ebuild 1218 +MD5 dbad9382f86dcb150e2b8bb3d752af59 ghex-1.2.1.ebuild 1217 MD5 a9d93e3e060d99236f17d61f10c95930 ghex-2.0.0.ebuild 604 MD5 0bd35eb0645717c27592583cfd5540de ghex-2.2.0.ebuild 670 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 3476c6b9e996139c46e915676fbf03fc ghex-2.2.1.ebuild 695 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 22a11afdebbfb2354881e9d76f88a06e files/digest-ghex-1.2.1 62 MD5 a5533da2e430dced950220184b451ab3 files/digest-ghex-2.0.0 63 MD5 b15789d0743cf4b5b4be22d6fb9d249d files/digest-ghex-2.2.0 63 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 \ |