diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-18 16:04:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-18 16:04:49 +0000 |
commit | 058ac6574fe04a6e2eefec3ad24e092c3c8b04a3 (patch) | |
tree | 3ce61d2b5705811f7ba0916f1c7dc279ab457765 /sci-libs | |
parent | Version bump #297365 by Milos Ivanovic. (diff) | |
download | gentoo-2-058ac6574fe04a6e2eefec3ad24e092c3c8b04a3.tar.gz gentoo-2-058ac6574fe04a6e2eefec3ad24e092c3c8b04a3.tar.bz2 gentoo-2-058ac6574fe04a6e2eefec3ad24e092c3c8b04a3.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild b/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild index e32fe3de986c..fe38b3af04fb 100644 --- a/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild +++ b/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild,v 1.1 2009/12/18 03:42:17 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libqalculate/libqalculate-0.9.6-r2.ebuild,v 1.2 2009/12/18 16:04:49 mr_bones_ Exp $ inherit eutils autotools @@ -37,7 +37,7 @@ src_unpack() { } src_compile() { - # The CLN test is buggy and will often fail though an + # The CLN test is buggy and will often fail though an # appropriate version # of the library is installed. econf $(use_with readline) || die "Configuration failed." |