diff options
-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 626812448cfd..ad52fa4a5edb 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.32 2013/08/28 17:48:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/ChangeLog,v 1.33 2013/10/21 12:53:03 jer Exp $ + + 21 Oct 2013; Jeroen Roovers <jer@gentoo.org> monsterz-0.7.1-r3.ebuild: + Stable for HPPA (bug #488840). 28 Aug 2013; Julian Ospald <hasufell@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 c0dcee52bb7b..582d6636a07c 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.3 2013/08/28 17:48:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/monsterz/monsterz-0.7.1-r3.ebuild,v 1.4 2013/10/21 12:53:03 jer 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 ~sparc ~x86" +KEYWORDS="~amd64 hppa ~ppc ~sparc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |