diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-11 12:50:57 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-11-11 12:50:57 +0000 |
commit | cd878101d4893e410859ecd9a79d9190ea83f96e (patch) | |
tree | c0917b0a3045c7f33e8c3b180dcd4db74d6fc1a7 /games-arcade | |
parent | Stable for ppc. (diff) | |
download | gentoo-2-cd878101d4893e410859ecd9a79d9190ea83f96e.tar.gz gentoo-2-cd878101d4893e410859ecd9a79d9190ea83f96e.tar.bz2 gentoo-2-cd878101d4893e410859ecd9a79d9190ea83f96e.zip |
Stable for ppc.
Fix bug 284947.
(Portage version: 14755-svn/cvs/Linux ppc)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/burgerspace/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/burgerspace/burgerspace-1.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/burgerspace/ChangeLog b/games-arcade/burgerspace/ChangeLog index c8c882d654fb..cc88cbd2fb6c 100644 --- a/games-arcade/burgerspace/ChangeLog +++ b/games-arcade/burgerspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/burgerspace # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.18 2009/10/10 15:10:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.19 2009/11/11 12:50:57 volkmar Exp $ + + 11 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> burgerspace-1.8.3.ebuild: + Stable for ppc, bug 284947 10 Oct 2009; Raúl Porcel <armin76@gentoo.org> burgerspace-1.8.3.ebuild: sparc stable wrt #284949 diff --git a/games-arcade/burgerspace/burgerspace-1.8.3.ebuild b/games-arcade/burgerspace/burgerspace-1.8.3.ebuild index 1a5a7f1a7147..4792497972bc 100644 --- a/games-arcade/burgerspace/burgerspace-1.8.3.ebuild +++ b/games-arcade/burgerspace/burgerspace-1.8.3.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-arcade/burgerspace/burgerspace-1.8.3.ebuild,v 1.3 2009/10/10 15:10:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.3.ebuild,v 1.4 2009/11/11 12:50:57 volkmar Exp $ EAPI=2 inherit autotools eutils games @@ -11,7 +11,7 @@ SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-games/flatzebra-0.1.2" |