diff options
author | David Holm <dholm@gentoo.org> | 2004-03-30 15:40:23 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-30 15:40:23 +0000 |
commit | 26445c0c7f1e5b50c5d09d156e2aef4f0d82b4e0 (patch) | |
tree | aa750686a13b4c2b1b040729e0d727d3e8231fc1 /games-arcade/supertux | |
parent | fix for Xv support on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-26445c0c7f1e5b50c5d09d156e2aef4f0d82b4e0.tar.gz gentoo-2-26445c0c7f1e5b50c5d09d156e2aef4f0d82b4e0.tar.bz2 gentoo-2-26445c0c7f1e5b50c5d09d156e2aef4f0d82b4e0.zip |
Added to ~ppc
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r-- | games-arcade/supertux/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 81d4dd206076..dea22a444f4f 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.4 2004/03/30 11:05:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.5 2004/03/30 15:37:54 dholm Exp $ + + 30 Mar 2004; David Holm <dholm@gentoo.org> supertux-0.0.6.ebuild: + Added to ~ppc. *supertux-0.0.6 (30 Mar 2004) diff --git a/games-arcade/supertux/supertux-0.0.6.ebuild b/games-arcade/supertux/supertux-0.0.6.ebuild index 1b779e4824cf..208ac41bf423 100644 --- a/games-arcade/supertux/supertux-0.0.6.ebuild +++ b/games-arcade/supertux/supertux-0.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.0.6.ebuild,v 1.1 2004/03/30 11:05:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.0.6.ebuild,v 1.2 2004/03/30 15:37:54 dholm Exp $ inherit games use debug && inherit debug @@ -9,7 +9,7 @@ DESCRIPTION="A game similar to Super Mario Bros." HOMEPAGE="http://www.newbreedsoftware.com/supertux/" SRC_URI="mirror://sourceforge/super-tux/${P}.tar.bz2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2" SLOT="0" IUSE="debug opengl" |