diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-14 17:18:48 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-14 17:18:48 +0000 |
commit | ded0d7a83c148431181f1313e6f4c853f7f05e34 (patch) | |
tree | 11214cc2209b48b152d5bb48f3770b1b798e5b87 /games-misc/qlife | |
parent | Stable on ppc wrt bug 234620 (diff) | |
download | gentoo-2-ded0d7a83c148431181f1313e6f4c853f7f05e34.tar.gz gentoo-2-ded0d7a83c148431181f1313e6f4c853f7f05e34.tar.bz2 gentoo-2-ded0d7a83c148431181f1313e6f4c853f7f05e34.zip |
Stable on ppc wrt bug 234453
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc/qlife')
-rw-r--r-- | games-misc/qlife/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/qlife/qlife-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/qlife/ChangeLog b/games-misc/qlife/ChangeLog index 012602a68472..d880198d99fd 100644 --- a/games-misc/qlife/ChangeLog +++ b/games-misc/qlife/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/qlife # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.9 2008/08/12 11:41:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/ChangeLog,v 1.10 2008/08/14 17:18:48 nixnut Exp $ + + 14 Aug 2008; nixnut <nixnut@gentoo.org> qlife-0.9.ebuild: + Stable on ppc wrt bug 234453 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> qlife-0.9.ebuild: x86 stable wrt #234453 diff --git a/games-misc/qlife/qlife-0.9.ebuild b/games-misc/qlife/qlife-0.9.ebuild index f0b9bdb20e57..ef8719721e44 100644 --- a/games-misc/qlife/qlife-0.9.ebuild +++ b/games-misc/qlife/qlife-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.5 2008/08/12 11:41:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/qlife/qlife-0.9.ebuild,v 1.6 2008/08/14 17:18:48 nixnut Exp $ EAPI=1 inherit qt4 games @@ -12,7 +12,7 @@ SRC_URI="http://personal.inet.fi/koti/rkauppila/projects/life/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="|| ( x11-libs/qt-gui:4 x11-libs/qt:4 )" |