diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:54:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:54:13 +0000 |
commit | 19a68d5737f61dbb4b3b7cf5cadb0d94334b18b7 (patch) | |
tree | 3a9ddb52ff7fe5c918d3dfad42c879e205f0774a /dev-libs/maloc | |
parent | whitespace (diff) | |
download | gentoo-2-19a68d5737f61dbb4b3b7cf5cadb0d94334b18b7.tar.gz gentoo-2-19a68d5737f61dbb4b3b7cf5cadb0d94334b18b7.tar.bz2 gentoo-2-19a68d5737f61dbb4b3b7cf5cadb0d94334b18b7.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-libs/maloc')
-rw-r--r-- | dev-libs/maloc/maloc-0.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/maloc/maloc-0.1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/maloc/maloc-0.1.2.ebuild b/dev-libs/maloc/maloc-0.1.2.ebuild index 86fb9c8fcc05..aeae26509779 100644 --- a/dev-libs/maloc/maloc-0.1.2.ebuild +++ b/dev-libs/maloc/maloc-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/maloc/maloc-0.1.2.ebuild,v 1.1 2005/10/20 01:20:05 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/maloc/maloc-0.1.2.ebuild,v 1.2 2007/06/26 01:54:13 mr_bones_ Exp $ inherit eutils @@ -23,7 +23,7 @@ src_compile() { # do not build blas local myconf="--disable-blas" - # configure + # configure econf ${myconf} || die "configure failed" # fix install location of libs in Makefile diff --git a/dev-libs/maloc/maloc-0.1.3.ebuild b/dev-libs/maloc/maloc-0.1.3.ebuild index 7295c0fa4fd6..68effb7ca4c1 100644 --- a/dev-libs/maloc/maloc-0.1.3.ebuild +++ b/dev-libs/maloc/maloc-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/maloc/maloc-0.1.3.ebuild,v 1.3 2006/10/12 14:04:41 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/maloc/maloc-0.1.3.ebuild,v 1.4 2007/06/26 01:54:13 mr_bones_ Exp $ inherit eutils @@ -28,7 +28,7 @@ src_compile() { myconf="${myconf} --enable-mpi" fi - # configure + # configure econf ${myconf} || die "configure failed" # fix install location of libs in Makefile |