diff options
author | 2015-01-02 15:51:08 +0000 | |
---|---|---|
committer | 2015-01-02 15:51:08 +0000 | |
commit | d8dc10c5850d277bb26ee29db7e88f17114e25c5 (patch) | |
tree | 21d797ec24b2e91e35632a79e914d20d6becedc3 /games-action/maelstrom | |
parent | Version bump. (diff) | |
download | gentoo-2-d8dc10c5850d277bb26ee29db7e88f17114e25c5.tar.gz gentoo-2-d8dc10c5850d277bb26ee29db7e88f17114e25c5.tar.bz2 gentoo-2-d8dc10c5850d277bb26ee29db7e88f17114e25c5.zip |
Fix build with new automake. Bug #514566
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action/maelstrom')
-rw-r--r-- | games-action/maelstrom/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/maelstrom/maelstrom-3.0.6-r2.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-action/maelstrom/ChangeLog b/games-action/maelstrom/ChangeLog index bdc0d4fd9e32..3794a5fbda00 100644 --- a/games-action/maelstrom/ChangeLog +++ b/games-action/maelstrom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/maelstrom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.27 2014/08/25 21:19:30 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/ChangeLog,v 1.28 2015/01/02 15:51:08 tupone Exp $ + + 02 Jan 2015; Tupone Alfredo <tupone@gentoo.org> maelstrom-3.0.6-r2.ebuild: + Fix build with new automake. Bug #514566 by Patrick Lauer 25 Aug 2014; Michael Sterrett <mr_bones_@gentoo.org> -maelstrom-3.0.6-r1.ebuild: diff --git a/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild b/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild index eb6101106d5d..dc57ad215192 100644 --- a/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild +++ b/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.6 2014/07/18 14:23:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/maelstrom/maelstrom-3.0.6-r2.ebuild,v 1.7 2015/01/02 15:51:08 tupone Exp $ EAPI=5 inherit autotools eutils games @@ -36,6 +36,8 @@ src_prepare() { # Install the high scores file in ${GAMES_STATEDIR} sed -i \ -e "s:path.Path(MAELSTROM_SCORES):\"${GAMES_STATEDIR}/\"MAELSTROM_SCORES:" scores.cpp || die + mv configure.{in,ac} + rm aclocal.m4 acinclude.m4 eautoreconf } |