diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:55:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 01:55:07 +0000 |
commit | 356e3331ebeb5292108b9dc4a023ad590cf88b53 (patch) | |
tree | e37ac90fa4d5792fa5332b6fed37c822fd0c7a6a /dev-libs/maloc | |
parent | whitespace (diff) | |
download | historical-356e3331ebeb5292108b9dc4a023ad590cf88b53.tar.gz historical-356e3331ebeb5292108b9dc4a023ad590cf88b53.tar.bz2 historical-356e3331ebeb5292108b9dc4a023ad590cf88b53.zip |
whitespace
Package-Manager: portage-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 |