diff options
author | Michael Weber <xmw@gentoo.org> | 2012-05-10 21:34:16 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-05-10 21:34:16 +0000 |
commit | 396014213f318befb7638eb279a2b845a056f542 (patch) | |
tree | 59d03e6de20c99f15f71915f8ae954990575fe82 /games-simulation/crrcsim/crrcsim-0.9.12.ebuild | |
parent | icu-49.1.1-bsd.patch: Use patch from upstream. (diff) | |
download | gentoo-2-396014213f318befb7638eb279a2b845a056f542.tar.gz gentoo-2-396014213f318befb7638eb279a2b845a056f542.tar.bz2 gentoo-2-396014213f318befb7638eb279a2b845a056f542.zip |
WANT_AUTOMAKE=1.10, doesn't work with >=1.11.2 (bug 415213, thanks Marian Kyral)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-simulation/crrcsim/crrcsim-0.9.12.ebuild')
-rw-r--r-- | games-simulation/crrcsim/crrcsim-0.9.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/crrcsim/crrcsim-0.9.12.ebuild b/games-simulation/crrcsim/crrcsim-0.9.12.ebuild index 72f894608522..b1f1d5debf63 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.12.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.12.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.1 2012/05/04 23:13:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/crrcsim-0.9.12.ebuild,v 1.2 2012/05/10 21:34:16 xmw Exp $ EAPI=3 +WANT_AUTOMAKE="1.10" inherit autotools eutils games DESCRIPTION="model-airplane flight simulation program" @@ -26,7 +27,6 @@ src_prepare() { if built_with_use --missing false sci-mathematics/cgal gmp ; then epatch "${FILESDIR}"/${PN}-cgal_gmp.patch fi - eautoreconf } |