diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-08 07:54:29 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-08 07:54:29 +0000 |
commit | 6a8e3a63bb4c883cc2108c2eccaa9e6d34f2e4f1 (patch) | |
tree | 6a4278327697720acfcb78e90f9e064d10c1bf82 /games-misc | |
parent | x86 stable wrt bug #312455 (diff) | |
download | gentoo-2-6a8e3a63bb4c883cc2108c2eccaa9e6d34f2e4f1.tar.gz gentoo-2-6a8e3a63bb4c883cc2108c2eccaa9e6d34f2e4f1.tar.bz2 gentoo-2-6a8e3a63bb4c883cc2108c2eccaa9e6d34f2e4f1.zip |
x86 stable wrt bug #312849
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/qlife/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/qlife/qlife-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/qlife/ChangeLog b/games-misc/qlife/ChangeLog index 65b1cdd64f44..1e8182f5c263 100644 --- a/games-misc/qlife/ChangeLog +++ b/games-misc/qlife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/qlife # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.11 2010/03/02 19:50:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.12 2010/04/08 07:54:29 phajdan.jr Exp $ + + 08 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> qlife-1.1.ebuild: + x86 stable wrt bug #312849 *qlife-1.1 (02 Mar 2010) diff --git a/games-misc/qlife/qlife-1.1.ebuild b/games-misc/qlife/qlife-1.1.ebuild index 404b40e90700..b32ae4307da9 100644 --- a/games-misc/qlife/qlife-1.1.ebuild +++ b/games-misc/qlife/qlife-1.1.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-misc/qlife/qlife-1.1.ebuild,v 1.1 2010/03/02 19:50:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-1.1.ebuild,v 1.2 2010/04/08 07:54:29 phajdan.jr Exp $ EAPI=2 inherit eutils qt4-r2 games @@ -13,7 +13,7 @@ SRC_URI="http://open-maker.tuxfamily.org/blog/public/${PN}_linux.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="x11-libs/qt-gui:4" |