diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-14 17:49:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-14 17:49:06 +0000 |
commit | 0fb206dfc28554c83ddbf80ecf1c81c5f09036c1 (patch) | |
tree | 1bfb62e125525d21853905feb430be44b330682e | |
parent | Stable for HPPA (bug #258940). (diff) | |
download | gentoo-2-0fb206dfc28554c83ddbf80ecf1c81c5f09036c1.tar.gz gentoo-2-0fb206dfc28554c83ddbf80ecf1c81c5f09036c1.tar.bz2 gentoo-2-0fb206dfc28554c83ddbf80ecf1c81c5f09036c1.zip |
missing is too old
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
-rw-r--r-- | games-puzzle/fish-fillets/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-puzzle/fish-fillets/ChangeLog b/games-puzzle/fish-fillets/ChangeLog index cf49b5e45b1a..238f357f6a6d 100644 --- a/games-puzzle/fish-fillets/ChangeLog +++ b/games-puzzle/fish-fillets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/fish-fillets # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.34 2009/02/13 19:04:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.35 2009/02/14 17:49:06 mr_bones_ Exp $ + + 14 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> + fish-fillets-0.8.1.ebuild: + missing is too old *fish-fillets-0.8.1 (13 Feb 2009) diff --git a/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild b/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild index 78fc9a56c34d..97357020a0f0 100644 --- a/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild +++ b/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.1 2009/02/13 19:04:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-0.8.1.ebuild,v 1.2 2009/02/14 17:49:06 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -36,6 +36,7 @@ src_prepare() { -e 's/\.mod(/.fmod(/' \ $(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \ || die "sed failed" + rm -f missing eautoreconf } |