diff options
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/monsterz/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/monsterz/ChangeLog b/games-puzzle/monsterz/ChangeLog index 28b407005a5d..b3097ddeca67 100644 --- a/games-puzzle/monsterz/ChangeLog +++ b/games-puzzle/monsterz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/monsterz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.35 2013/12/17 12:52:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.36 2013/12/23 11:18:01 ago Exp $ + + 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> monsterz-0.7.1-r3.ebuild: + Stable for ppc, wrt bug #488840 17 Dec 2013; Raúl Porcel <armin76@gentoo.org> monsterz-0.7.1-r2.ebuild, monsterz-0.7.1-r3.ebuild: diff --git a/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild b/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild index e3a1997884ac..166f541f37e7 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild +++ b/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.6 2013/12/17 12:52:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.7 2013/12/23 11:18:01 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://sam.zoy.org/projects/monsterz/${P}.tar.gz" LICENSE="GPL-1+ LGPL-2+ WTFPL-2" SLOT="0" -KEYWORDS=" amd64 hppa ~ppc x86" +KEYWORDS="amd64 hppa ppc x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |