summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-05-10 21:34:16 +0000
committerMichael Weber <xmw@gentoo.org>2012-05-10 21:34:16 +0000
commit396014213f318befb7638eb279a2b845a056f542 (patch)
tree59d03e6de20c99f15f71915f8ae954990575fe82
parenticu-49.1.1-bsd.patch: Use patch from upstream. (diff)
downloadgentoo-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)
-rw-r--r--games-simulation/crrcsim/ChangeLog6
-rw-r--r--games-simulation/crrcsim/crrcsim-0.9.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/crrcsim/ChangeLog b/games-simulation/crrcsim/ChangeLog
index 898a6e9341c0..63f0b8e83288 100644
--- a/games-simulation/crrcsim/ChangeLog
+++ b/games-simulation/crrcsim/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-simulation/crrcsim
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.5 2012/05/04 23:13:04 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/crrcsim/ChangeLog,v 1.6 2012/05/10 21:34:16 xmw Exp $
+
+ 10 May 2012; Michael Weber <xmw@gentoo.org> crrcsim-0.9.12.ebuild:
+ WANT_AUTOMAKE=1.10, doesn't work with >=1.11.2 (bug 415213, thanks Marian
+ Kyral)
*crrcsim-0.9.12 (04 May 2012)
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
}