diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-29 21:37:05 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-29 21:37:05 +0000 |
commit | 96994d2131444ec5c5f74f8ee7693dded57350da (patch) | |
tree | e4bc1bec95989fbb54be252c3110c9bec623bcd2 /games-arcade/funnyboat | |
parent | Added a patch kindly provided by Calchan to enable the use of EXTRA_ECONF wit... (diff) | |
download | gentoo-2-96994d2131444ec5c5f74f8ee7693dded57350da.tar.gz gentoo-2-96994d2131444ec5c5f74f8ee7693dded57350da.tar.bz2 gentoo-2-96994d2131444ec5c5f74f8ee7693dded57350da.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-arcade/funnyboat')
-rw-r--r-- | games-arcade/funnyboat/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/funnyboat/funnyboat-1.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-arcade/funnyboat/ChangeLog b/games-arcade/funnyboat/ChangeLog index 7ad76b330366..c7a623839cba 100644 --- a/games-arcade/funnyboat/ChangeLog +++ b/games-arcade/funnyboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/funnyboat -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.11 2007/07/22 00:12:31 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/ChangeLog,v 1.12 2008/03/29 21:37:05 coldwind Exp $ + + 29 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> funnyboat-1.5.ebuild: + amd64 stable 22 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> funnyboat-1.5.ebuild: stable for x86 diff --git a/games-arcade/funnyboat/funnyboat-1.5.ebuild b/games-arcade/funnyboat/funnyboat-1.5.ebuild index 8ec409879b4e..47869893826e 100644 --- a/games-arcade/funnyboat/funnyboat-1.5.ebuild +++ b/games-arcade/funnyboat/funnyboat-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.5.ebuild,v 1.4 2007/07/22 00:12:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/funnyboat/funnyboat-1.5.ebuild,v 1.5 2008/03/29 21:37:05 coldwind Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="GPL-2 MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-python/pygame-1.6.2" |