diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 03:14:23 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 03:14:23 +0000 |
commit | 057416bae9fcbaeafb5cb2282d7944130da2c3f6 (patch) | |
tree | 47a2e2c397bd264b514bfa8b5a7a2c3b120fa0dc /dev-haskell/hmake/hmake-3.08.ebuild | |
parent | fix bug 27047 and bump the version (diff) | |
download | gentoo-2-057416bae9fcbaeafb5cb2282d7944130da2c3f6.tar.gz gentoo-2-057416bae9fcbaeafb5cb2282d7944130da2c3f6.tar.bz2 gentoo-2-057416bae9fcbaeafb5cb2282d7944130da2c3f6.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-haskell/hmake/hmake-3.08.ebuild')
-rw-r--r-- | dev-haskell/hmake/hmake-3.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/hmake/hmake-3.08.ebuild b/dev-haskell/hmake/hmake-3.08.ebuild index 073cf5187217..db5b343de84f 100644 --- a/dev-haskell/hmake/hmake-3.08.ebuild +++ b/dev-haskell/hmake/hmake-3.08.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/dev-haskell/hmake/hmake-3.08.ebuild,v 1.4 2003/07/03 13:22:49 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.08.ebuild,v 1.5 2003/09/07 03:13:09 msterret Exp $ inherit base @@ -41,7 +41,7 @@ src_compile() { --prefix=/usr \ --mandir=/usr/share/man/man1 \ ${buildwith} || die "./configure failed" - + if [ ! "`use readline`" ]; then arch="`script/harch`" # manually override readline configuration |