summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-06-22 13:04:06 +0000
committerJustin Lecher <jlec@gentoo.org>2012-06-22 13:04:06 +0000
commit4b97f8b9896db806f6edf01485f21021e028d3cd (patch)
tree26f2e09cd456d83ce8eb732490bbc8a5c797ad01 /sci-chemistry/moldy
parentStable for AMD64, wrt bug #421475 (diff)
downloadgentoo-2-4b97f8b9896db806f6edf01485f21021e028d3cd.tar.gz
gentoo-2-4b97f8b9896db806f6edf01485f21021e028d3cd.tar.bz2
gentoo-2-4b97f8b9896db806f6edf01485f21021e028d3cd.zip
sci-chemistry/moldy: Don't alter configure.ac needlessly to avoid autoreconf, #422871
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/moldy')
-rw-r--r--sci-chemistry/moldy/ChangeLog5
-rw-r--r--sci-chemistry/moldy/moldy-2.16e-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/moldy/ChangeLog b/sci-chemistry/moldy/ChangeLog
index 634d7949a11b..1aae61aefcae 100644
--- a/sci-chemistry/moldy/ChangeLog
+++ b/sci-chemistry/moldy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/moldy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.24 2012/02/06 10:02:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/ChangeLog,v 1.25 2012/06/22 13:04:06 jlec Exp $
+
+ 22 Jun 2012; Justin Lecher <jlec@gentoo.org> moldy-2.16e-r2.ebuild:
+ Don't alter configure.ac needlessly to avoid autoreconf, #422871
06 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> moldy-2.16e-r2.ebuild:
ppc stable wrt #393697
diff --git a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
index 66ed0aff68ec..b6ab8c7ae204 100644
--- a/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
+++ b/sci-chemistry/moldy/moldy-2.16e-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.7 2012/02/06 10:02:14 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/moldy/moldy-2.16e-r2.ebuild,v 1.8 2012/06/22 13:04:06 jlec Exp $
EAPI=4
@@ -25,7 +25,7 @@ src_prepare() {
sed \
-e 's:-O2::g' \
-e 's:-ffast-math::g' \
- -i configure* || die
+ -i configure || die
}
src_configure() {