diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-05-03 21:18:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-05-03 21:18:32 +0000 |
commit | 48968ef658511c77971468239d7ed60be6244061 (patch) | |
tree | 8ce33638609ad5d2c97fdbf342be52f7db22e2c8 /games-action | |
parent | add =dev-libs/dietlibc-0.31_pre20070503 (diff) | |
download | gentoo-2-48968ef658511c77971468239d7ed60be6244061.tar.gz gentoo-2-48968ef658511c77971468239d7ed60be6244061.tar.bz2 gentoo-2-48968ef658511c77971468239d7ed60be6244061.zip |
rerun the autotools stuff for newer versions of automake (bug #160238)
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/heroes/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/heroes/heroes-0.21-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-action/heroes/ChangeLog b/games-action/heroes/ChangeLog index b9603c6bd914..5ae16d443d03 100644 --- a/games-action/heroes/ChangeLog +++ b/games-action/heroes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/heroes -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/ChangeLog,v 1.14 2006/11/04 05:36:43 nyhm Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/ChangeLog,v 1.15 2007/05/03 21:18:32 mr_bones_ Exp $ + + 03 May 2007; Michael Sterrett <mr_bones_@gentoo.org> + heroes-0.21-r1.ebuild: + rerun the autotools stuff for newer versions of automake (bug #160238) 04 Nov 2006; Tristan Heaven <nyhm@gentoo.org> heroes-0.21-r1.ebuild: Add nls dependencies diff --git a/games-action/heroes/heroes-0.21-r1.ebuild b/games-action/heroes/heroes-0.21-r1.ebuild index ed685842db0a..70871064d941 100644 --- a/games-action/heroes/heroes-0.21-r1.ebuild +++ b/games-action/heroes/heroes-0.21-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/heroes-0.21-r1.ebuild,v 1.7 2006/11/04 05:36:43 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/heroes/heroes-0.21-r1.ebuild,v 1.8 2007/05/03 21:18:32 mr_bones_ Exp $ -inherit eutils games +inherit eutils autotools games data_ver=1.5 snd_trk_ver=1.0 @@ -37,6 +37,7 @@ src_unpack() { sed -i 's:$(localedir):/usr/share/locale:' \ $(find . -name 'Makefile.in*') \ || die "sed failed" + AT_M4DIR=m4 eautoreconf } src_compile() { |