diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 02:19:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 02:19:13 +0000 |
commit | c06b790a31de86e1b511c6c2b7af7beabec02bf1 (patch) | |
tree | 1d963fc495f18ecb091c2bd936f60d8798739baf /games-rpg/tux_aqfh | |
parent | Patched for bug #112627 (diff) | |
download | gentoo-2-c06b790a31de86e1b511c6c2b7af7beabec02bf1.tar.gz gentoo-2-c06b790a31de86e1b511c6c2b7af7beabec02bf1.tar.bz2 gentoo-2-c06b790a31de86e1b511c6c2b7af7beabec02bf1.zip |
don't use autoreconf (bug #12658)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-rpg/tux_aqfh')
-rw-r--r-- | games-rpg/tux_aqfh/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-rpg/tux_aqfh/ChangeLog b/games-rpg/tux_aqfh/ChangeLog index 8b1ef1a33f1d..4d6b0941d8d4 100644 --- a/games-rpg/tux_aqfh/ChangeLog +++ b/games-rpg/tux_aqfh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/tux_aqfh # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/ChangeLog,v 1.5 2005/11/16 02:19:13 mr_bones_ Exp $ + + 16 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> + tux_aqfh-1.0.14.ebuild: + don't use autoreconf (bug #12658) 29 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> tux_aqfh-1.0.14.ebuild: diff --git a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild index 19e27a17d252..9e2c0100be9e 100644 --- a/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild +++ b/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.4 2005/08/29 06:25:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tux_aqfh/tux_aqfh-1.0.14.ebuild,v 1.5 2005/11/16 02:19:13 mr_bones_ Exp $ inherit eutils games @@ -21,7 +21,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PV}-fix-paths.patch - autoreconf || die "couldnt autoreconf" + aclocal && autoconf && automake -a -c || die "autotools failed" } src_install() { |