From 396014213f318befb7638eb279a2b845a056f542 Mon Sep 17 00:00:00 2001 From: Michael Weber Date: Thu, 10 May 2012 21:34:16 +0000 Subject: 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) --- games-simulation/crrcsim/crrcsim-0.9.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games-simulation/crrcsim/crrcsim-0.9.12.ebuild') 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 } -- cgit v1.2.3-65-gdbad