diff options
author | 2004-12-24 15:51:50 +0000 | |
---|---|---|
committer | 2004-12-24 15:51:50 +0000 | |
commit | c0839e0088cfc588bb2ed1d8bea5a8ae2eeac723 (patch) | |
tree | af5db91f8eefbc69162267ef5e51bb2fea7e7ce4 | |
parent | Adding patch to remove buffers+cache from the memory graph. Closes bug 75207 ... (diff) | |
download | gentoo-2-c0839e0088cfc588bb2ed1d8bea5a8ae2eeac723.tar.gz gentoo-2-c0839e0088cfc588bb2ed1d8bea5a8ae2eeac723.tar.bz2 gentoo-2-c0839e0088cfc588bb2ed1d8bea5a8ae2eeac723.zip |
stable
-rw-r--r-- | games-arcade/supertux/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/supertux/supertux-0.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/supertux/ChangeLog b/games-arcade/supertux/ChangeLog index 200350807385..fc34a7894f8e 100644 --- a/games-arcade/supertux/ChangeLog +++ b/games-arcade/supertux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/supertux # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.15 2004/11/11 00:42:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/ChangeLog,v 1.16 2004/12/24 15:51:50 blubb Exp $ + + 24 Dec 2004; Simon Stelling <blubb@gentoo.org> supertux-0.1.2.ebuild: + stable on amd64 11 Nov 2004; Joseph Jezak <josejx@gentoo.org> supertux-0.1.2.ebuild: Marked ppc stable. diff --git a/games-arcade/supertux/supertux-0.1.2.ebuild b/games-arcade/supertux/supertux-0.1.2.ebuild index 55d4f9ce391f..24998ea67661 100644 --- a/games-arcade/supertux/supertux-0.1.2.ebuild +++ b/games-arcade/supertux/supertux-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.2.ebuild,v 1.4 2004/11/11 00:42:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.2.ebuild,v 1.5 2004/12/24 15:51:50 blubb Exp $ inherit games @@ -8,7 +8,7 @@ DESCRIPTION="A game similar to Super Mario Bros." HOMEPAGE="http://super-tux.sourceforge.net" SRC_URI="mirror://sourceforge/super-tux/${P}.tar.bz2" -KEYWORDS="x86 ppc ~amd64 sparc" +KEYWORDS="x86 ppc amd64 sparc" LICENSE="GPL-2" SLOT="0" IUSE="opengl" |