summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-15 21:34:27 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-15 21:34:27 +0000
commit8d78b53cc887dd248dbe25a65f83298dcdc2fbb8 (patch)
tree780d017934528e2815df21e64a3f0b21577a1974 /sci-libs/fftw
parentremove old ebuild (diff)
downloadgentoo-2-8d78b53cc887dd248dbe25a65f83298dcdc2fbb8.tar.gz
gentoo-2-8d78b53cc887dd248dbe25a65f83298dcdc2fbb8.tar.bz2
gentoo-2-8d78b53cc887dd248dbe25a65f83298dcdc2fbb8.zip
Revert changes in src_configure, #351786
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r--sci-libs/fftw/ChangeLog8
-rw-r--r--sci-libs/fftw/fftw-2.1.5-r8.ebuild (renamed from sci-libs/fftw/fftw-2.1.5-r7.ebuild)18
2 files changed, 16 insertions, 10 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index d5cdeb9e5ff2..2e12b36d3956 100644
--- a/sci-libs/fftw/ChangeLog
+++ b/sci-libs/fftw/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-libs/fftw
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.108 2011/01/15 17:19:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.109 2011/01/15 21:34:27 jlec Exp $
+
+*fftw-2.1.5-r8 (15 Jan 2011)
+
+ 15 Jan 2011; Justin Lecher <jlec@gentoo.org> -fftw-2.1.5-r7.ebuild,
+ +fftw-2.1.5-r8.ebuild:
+ Revert changes in src_configure, #351786
15 Jan 2011; Markos Chandras <hwoarang@gentoo.org> fftw-2.1.5-r7.ebuild:
Stable on amd64 wrt bug #351745
diff --git a/sci-libs/fftw/fftw-2.1.5-r7.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild
index d8c48a660cff..527965377118 100644
--- a/sci-libs/fftw/fftw-2.1.5-r7.ebuild
+++ b/sci-libs/fftw/fftw-2.1.5-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r7.ebuild,v 1.3 2011/01/15 17:19:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.1 2011/01/15 21:34:27 jlec Exp $
EAPI="3"
@@ -89,14 +89,14 @@ src_configure() {
--without-openmp"
fi
- for dir in "${S}-single" "${S}-double"
- do
- einfo "Running configuration in ${dir}"
- cd ${dir}
- econf ${myconf} \
- --enable-float \
- --with-gcc=$(tc-getCC)
- done
+ cd "${S}-single"
+ econf ${myconf} \
+ --enable-float \
+ --with-gcc=$(tc-getCC)
+
+ cd "${S}-double"
+ econf ${myconf} \
+ --with-gcc=$(tc-getCC)
}
src_compile() {