diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-05-23 00:03:42 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-05-23 00:03:42 +0000 |
commit | 828c79c80c0138f0f0f1d8d0f486316bebd8540d (patch) | |
tree | 4d1607bb70483bb0cb965f00ee4a66dc23699340 /games-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-828c79c80c0138f0f0f1d8d0f486316bebd8540d.tar.gz gentoo-2-828c79c80c0138f0f0f1d8d0f486316bebd8540d.tar.bz2 gentoo-2-828c79c80c0138f0f0f1d8d0f486316bebd8540d.zip |
Stable on x86, bug #177617.
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/gtklife/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/gtklife/gtklife-5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-misc/gtklife/ChangeLog b/games-misc/gtklife/ChangeLog index 0d7d407160db..2495a4a103e9 100644 --- a/games-misc/gtklife/ChangeLog +++ b/games-misc/gtklife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/gtklife -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/ChangeLog,v 1.10 2006/10/12 18:03:24 nyhm Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/ChangeLog,v 1.11 2007/05/23 00:03:42 ticho Exp $ + + 23 May 2007; Andrej Kacian <ticho@gentoo.org> gtklife-5.1.ebuild: + Stable on x86, bug #177617. *gtklife-5.1 (12 Oct 2006) diff --git a/games-misc/gtklife/gtklife-5.1.ebuild b/games-misc/gtklife/gtklife-5.1.ebuild index 4a4a5c837d78..2a39e7df9078 100644 --- a/games-misc/gtklife/gtklife-5.1.ebuild +++ b/games-misc/gtklife/gtklife-5.1.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-misc/gtklife/gtklife-5.1.ebuild,v 1.1 2006/10/12 18:03:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/gtklife-5.1.ebuild,v 1.2 2007/05/23 00:03:42 ticho Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://ironphoenix.org/tril/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=x11-libs/gtk+-2" |