diff options
author | David Holm <dholm@gentoo.org> | 2005-06-10 15:55:56 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-06-10 15:55:56 +0000 |
commit | 6708f044c9337298017f7f8bb747e760d8a801d9 (patch) | |
tree | ba8aec8cf7f924c037912d9ba08649482b74d8a0 /games-puzzle/monsterz | |
parent | added ~amd64 to KEYWORDS, fixes #95678. (diff) | |
download | gentoo-2-6708f044c9337298017f7f8bb747e760d8a801d9.tar.gz gentoo-2-6708f044c9337298017f7f8bb747e760d8a801d9.tar.bz2 gentoo-2-6708f044c9337298017f7f8bb747e760d8a801d9.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index bff06a54779b..6c8a704e4490 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/monsterz # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.4 2005/04/09 07:28:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.5 2005/06/10 15:52:18 dholm Exp $ + + 10 Jun 2005; David Holm <dholm@gentoo.org> monsterz-0.6.0.ebuild: + Added to ~ppc. *monsterz-0.6.0 (09 Apr 2005) diff --git a/games-puzzle/monsterz/monsterz-0.6.0.ebuild b/games-puzzle/monsterz/monsterz-0.6.0.ebuild index 5827090f1b96..44c1ab095d0b 100644 --- a/games-puzzle/monsterz/monsterz-0.6.0.ebuild +++ b/games-puzzle/monsterz/monsterz-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.0.ebuild,v 1.1 2005/04/09 07:28:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.6.0.ebuild,v 1.2 2005/06/10 15:52:18 dholm Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://sam.zoy.org/projects/monsterz/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="dev-python/pygame" |