diff options
author | Joseph Jezak <josejx@gentoo.org> | 2004-11-05 05:19:29 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2004-11-05 05:19:29 +0000 |
commit | f9fc4791a18578665ff00813bdcab201b5bbc39c (patch) | |
tree | 94f7bbaadb6f231d9940492da971fdaf8fab41de /games-puzzle/4stattack | |
parent | Added ~ppc and gcc 3.4 fixes. (diff) | |
download | historical-f9fc4791a18578665ff00813bdcab201b5bbc39c.tar.gz historical-f9fc4791a18578665ff00813bdcab201b5bbc39c.tar.bz2 historical-f9fc4791a18578665ff00813bdcab201b5bbc39c.zip |
Added ~ppc.
Diffstat (limited to 'games-puzzle/4stattack')
-rw-r--r-- | games-puzzle/4stattack/4stattack-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/4stattack/ChangeLog | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/4stattack/4stattack-2.1.4.ebuild b/games-puzzle/4stattack/4stattack-2.1.4.ebuild index 06c9e417b588..0da382514e77 100644 --- a/games-puzzle/4stattack/4stattack-2.1.4.ebuild +++ b/games-puzzle/4stattack/4stattack-2.1.4.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-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.5 2004/06/24 23:02:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/4stattack-2.1.4.ebuild,v 1.6 2004/11/05 04:57:29 josejx Exp $ inherit games eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/forcedattack/4stAttack-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 hppa ~amd64" +KEYWORDS="x86 hppa ~amd64 ~ppc" IUSE="" DEPEND=">=dev-python/pygame-1.5" diff --git a/games-puzzle/4stattack/ChangeLog b/games-puzzle/4stattack/ChangeLog index 7ba024fcada9..7b92275ea36c 100644 --- a/games-puzzle/4stattack/ChangeLog +++ b/games-puzzle/4stattack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/4stattack # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.3 2004/06/24 23:02:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/4stattack/ChangeLog,v 1.4 2004/11/05 04:57:29 josejx Exp $ + + 05 Nov 2004; Joseph Jezak <josejx@gentoo.org> 4stattack-2.1.4.ebuild: + Added ~ppc. *4stattack-2.1.4 (30 Jul 2003) |