diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-06-25 15:50:32 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-06-25 15:50:32 +0000 |
commit | 971079c52c8814b3d554cbaaa7e883b68b03d02c (patch) | |
tree | 9553b166a5750a1a788a9b46c96ba9a149c1f553 /games-puzzle/monsterz | |
parent | Stable on sparc wrt #183048 (diff) | |
download | gentoo-2-971079c52c8814b3d554cbaaa7e883b68b03d02c.tar.gz gentoo-2-971079c52c8814b3d554cbaaa7e883b68b03d02c.tar.bz2 gentoo-2-971079c52c8814b3d554cbaaa7e883b68b03d02c.zip |
Stable for HPPA too.
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-puzzle/monsterz')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index f2ecb15c7611..517925ba822e 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/monsterz -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.13 2006/11/24 18:46:22 nyhm Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.14 2007/06/25 15:50:32 jer Exp $ + + 25 Jun 2007; Jeroen Roovers <jer@gentoo.org> monsterz-0.7.0.ebuild: + Stable for HPPA too. 24 Nov 2006; Tristan Heaven <nyhm@gentoo.org> monsterz-0.7.0.ebuild: Install desktop entry, bug #156143 diff --git a/games-puzzle/monsterz/monsterz-0.7.0.ebuild b/games-puzzle/monsterz/monsterz-0.7.0.ebuild index a722ed75b359..32ec94cc3d1f 100644 --- a/games-puzzle/monsterz/monsterz-0.7.0.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.0.ebuild,v 1.2 2006/11/24 18:46:22 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.0.ebuild,v 1.3 2007/06/25 15:50:32 jer 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 ~ppc ~sparc x86" +KEYWORDS="amd64 hppa ~ppc ~sparc x86" IUSE="" DEPEND="dev-python/pygame" |