diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-06-22 13:04:06 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-06-22 13:04:06 +0000 |
commit | 4b97f8b9896db806f6edf01485f21021e028d3cd (patch) | |
tree | 26f2e09cd456d83ce8eb732490bbc8a5c797ad01 /sci-chemistry/moldy/moldy-2.16e-r2.ebuild | |
parent | Stable for AMD64, wrt bug #421475 (diff) | |
download | gentoo-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/moldy-2.16e-r2.ebuild')
-rw-r--r-- | sci-chemistry/moldy/moldy-2.16e-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |