summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-11-02 22:32:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-11-02 22:32:09 +0000
commit0217c536f7e8abb7423910c1f1196639ac6cf96e (patch)
treeeff9fc058b5066a627034c4c23c17ca0df7390da
parentadd ~alpha and ~ia64 (Manifest recommit) (diff)
downloadgentoo-2-0217c536f7e8abb7423910c1f1196639ac6cf96e.tar.gz
gentoo-2-0217c536f7e8abb7423910c1f1196639ac6cf96e.tar.bz2
gentoo-2-0217c536f7e8abb7423910c1f1196639ac6cf96e.zip
repoman: Trim trailing whitespace
-rw-r--r--app-office/grisbi/grisbi-0.5.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/grisbi/grisbi-0.5.2.ebuild b/app-office/grisbi/grisbi-0.5.2.ebuild
index afbf2daea2dc..2e24b44e65c3 100644
--- a/app-office/grisbi/grisbi-0.5.2.ebuild
+++ b/app-office/grisbi/grisbi-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.2.ebuild,v 1.1 2004/10/21 20:53:07 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/grisbi/grisbi-0.5.2.ebuild,v 1.2 2004/11/02 22:32:09 mr_bones_ Exp $
inherit eutils
@@ -56,7 +56,7 @@ src_compile() {
local myconf
myconf="`use_enable nls`"
myconf="${myconf} `use_with ofx`"
-
+
econf ${myconf} || die "configure failed"
emake || die
}