diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 19:07:30 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-05-13 19:07:30 +0000 |
commit | 08f9aaec60720d728518c6dd344985f9aa2914a3 (patch) | |
tree | abd2f624354a33ff75a199321d8c172b141c6fde /games-action | |
parent | Fix DESCRIPTION. (diff) | |
download | gentoo-2-08f9aaec60720d728518c6dd344985f9aa2914a3.tar.gz gentoo-2-08f9aaec60720d728518c6dd344985f9aa2914a3.tar.bz2 gentoo-2-08f9aaec60720d728518c6dd344985f9aa2914a3.zip |
Marked ppc stable for bug #319291.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/atanks/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/atanks/atanks-4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/atanks/ChangeLog b/games-action/atanks/ChangeLog index 1ee6c31cf672..c0c5f265555c 100644 --- a/games-action/atanks/ChangeLog +++ b/games-action/atanks/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/atanks # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.47 2010/04/10 23:17:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/ChangeLog,v 1.48 2010/05/13 19:07:30 josejx Exp $ + + 13 May 2010; Joseph Jezak <josejx@gentoo.org> atanks-4.5.ebuild: + Marked ppc stable for bug #319291. *atanks-4.5 (10 Apr 2010) diff --git a/games-action/atanks/atanks-4.5.ebuild b/games-action/atanks/atanks-4.5.ebuild index 28857dcab2de..35ffb917337a 100644 --- a/games-action/atanks/atanks-4.5.ebuild +++ b/games-action/atanks/atanks-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.5.ebuild,v 1.1 2010/04/10 23:17:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.5.ebuild,v 1.2 2010/05/13 19:07:30 josejx Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="" DEPEND="media-libs/allegro[X]" |