diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-19 11:44:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-19 11:44:01 +0000 |
commit | 4bab3cc8fa1db54f5b74909bd08b46781c784b3f (patch) | |
tree | aff6f3d601633e319a9a0a6163b30eeff6768a14 /games-strategy/outerspace | |
parent | changed CHOST of interix profiles to be based on LIBC version, not kernel ver... (diff) | |
download | gentoo-2-4bab3cc8fa1db54f5b74909bd08b46781c784b3f.tar.gz gentoo-2-4bab3cc8fa1db54f5b74909bd08b46781c784b3f.tar.bz2 gentoo-2-4bab3cc8fa1db54f5b74909bd08b46781c784b3f.zip |
Stable on amd64 wrt bug #341419
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/outerspace')
-rw-r--r-- | games-strategy/outerspace/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/outerspace/outerspace-0.5.67.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/outerspace/ChangeLog b/games-strategy/outerspace/ChangeLog index e7d3ab05b434..f67d5640372f 100644 --- a/games-strategy/outerspace/ChangeLog +++ b/games-strategy/outerspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/outerspace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.13 2010/09/16 20:21:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/ChangeLog,v 1.14 2010/10/19 11:44:01 hwoarang Exp $ + + 19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + outerspace-0.5.67.ebuild: + Stable on amd64 wrt bug #341419 *outerspace-0.5.67 (16 Sep 2010) diff --git a/games-strategy/outerspace/outerspace-0.5.67.ebuild b/games-strategy/outerspace/outerspace-0.5.67.ebuild index 17105dd05007..efbc2948f266 100644 --- a/games-strategy/outerspace/outerspace-0.5.67.ebuild +++ b/games-strategy/outerspace/outerspace-0.5.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67.ebuild,v 1.1 2010/09/16 20:21:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.67.ebuild,v 1.2 2010/10/19 11:44:01 hwoarang Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-python/pygame-1.7" |